def

  • php提示Fatal error: Call to undefined function openssl_x509_parse()

    在安装一个网站时提示Fatal error: Call to undefined function openssl_x509_parse函数了,而函数openssl_x509_read是一个php内置的函数哦,这个函数像curl需要组件支持......2016-11-25 17:37
  • BBSMAX发布部署提示”default.aspx”中模版变量”PageTitle”不存在,请检查模版...

    下面我们一起来看看关于BBSMAX发布部署提示”default.aspx”中模版变量”PageTitle”不存在,请检查模版解决办法。 今又想起了bbsmax,拿出来试验测试下!翻出了bbsmax......2016-11-25 17:36
  • php提示Redefining already defined constructor for class 错误

    使用是公司同事以前的电脑了它用的是php2.17了,小编觉得它旧了于时升级到了php5.4了,结果发现运行ecshop中现Redefining already defined constructor for class 错误了......2016-11-25 17:37
  • 解决PHP提示Notice: Undefined variable的办法

    Undefined variable错误是什么问题呢,小编觉得这个是程序错误了,那么碰到Undefined variable要如何解决呢,我们一起来看看具体的解决办法吧。 我们知道在 php 中,变量......2016-11-25 17:36
  • Call to undefined method DebugBar\\\\DebugBar::info()

    我们看到英文Call to undefined method就知道是因为函数或方法没有定义了,这个对于插件就有可能是什么功能没有开启了,我们下面来看看Call to undefined method DebugBa......2016-09-20 14:01
  • php get_defined_constants 函数

    php get_defined_constants 函数 get_defined_constants ( PHP 4中“ = 4.1.0 , PHP 5中) get_defined_constants -返回一个关联数组的名字所有的常量和...2016-11-25 16:50
  • php日志操作函数 closelog() define_syslog_variables()

    */ $result=closelog(); //关闭系统日志 if($result) { echo "系统日志已经关闭"; //输出结果 } // define_syslog_variables(); //清空所有系统...2016-11-25 16:49
  • php静态变量define,static,const

    静态变量只存在于函数作用域内,也就是说,静态变量只存活在栈中。一般的函数内变量在函数结束后会释放,比如局部变量,但是静态变量却不会。就是说,下次再调用这个函数的时候,......2016-11-25 16:49
  • XAMPP使用CURL提示“Call to undefined function curl_init”问题

    根据本人经验如果在使用php函数或方法出现Call to undefined function curl_init”错误提醒时就是php.ini中配置文件没有配置好了,解决方法也非常的简单 XAMPP打开......2016-11-25 16:46
  • PHP中压缩函数gzencode、gzdeflate和gzcompress使用

    在php中gzencode、gzdeflate和gzcompress三个函数是用来对页面进行压缩传输的,下面一起来与小编深入了解gzencode、gzdeflate和gzcompress函数与性能吧。 gzencode......2016-11-25 16:46
  • php Call to undefined function mssql_connect()

    现在想连接MSSQL2000,把MSSQL数据导入到MYSQL,发现链接不上MSSQL, 提示 Call to undefined function mssql_connect() 已做步骤: 1:php.ini extension = php_mssql.dll...2016-11-25 16:39
  • undefined function mysql_connect

    在 windows 下安装 php教程 时, 为了避免配置文件混乱,将安装目录下的 php.ini 复制到 windows 目录下之后,应该将原来安装目录下的 php.ini 文件重命名或删除,以免造成在......2016-11-25 16:38
  • php连接mysql提示Call to undefined function mysql_connect()

    今天在windows中配置了php mysql环境,很高兴测试一段代码结果提示Call to undefined function mysql_connect()这证明数据库配置不成功哈。 代码如下 ......2016-11-25 16:37
  • IIS+PHP undefined function mysql_connect()

    IIS 设置完后,支持PHP。但是。连接数据库教程的时候。发现 undefined function mysql_connect() ,php教程.ini已经开启dll 了。DLL也复制到系统默认文件中了。但是事情......2016-11-25 15:57
  • php date_default_timezone_set 北京时间

    date_default_timezone_set() 函数设置用在脚本中所有日期/时间函数的默认时区。 解决这个少了的8小时,有两种方法: 第一种,在PHP的设置文件php.ini中设置date.timezone......2016-11-25 15:57
  • PHP使用动态 Constant与Define值

    在php中Constant与Define是常量那么下面我介绍一个方法能实现动态来使用Constant与Define值方法,希望对各位同学有所帮助。 PHP 要秀出 或 使用 动态 Constant / D......2016-11-25 15:44
  • 深入分析php中const和define定义常量的区别

    const和define在php中都是定义常量了,但是它们的具体区别是什么?其实非常的简单const用于类成员变量定义,一旦定义且不能改变其值。define定义全局常量,在任何地方都可以......2016-11-25 15:38
  • 解决Call to undefined function imagettftext()方法

    imagettftext是一个图形处理函数了,如果在使用imagettftext函数时碰到Call to undefined function imagettftext()的话就是函数组件没有打开了,所以我们只需要简单的配......2016-11-25 15:33
  • PHP “Notice: Undefined variable” 和 “Notice: Undefined index”报错

    下面我们来看一篇关于PHP “Notice: Undefined variable” 和 “Notice: Undefined index”报错,希望这篇文章能够帮助到各位朋友,有兴趣的朋友可以进来看看吧。......2016-11-25 15:30
  • IIS+PHP mysql undefined function mysql_connect()

    IIS+PHP 不能加载MYSQL undefined function mysql教程_connect() 在很多php教程初学者都会在初次php mysql时出来undefined function mysql_connect() 错误提示,下面...2016-11-25 15:29