当前位置:首页 > 搜索和 as 相关的文章

Strict Standards: Only variables should be passed by reference in

添加日期:2013-12-06 22:58:52 发布:smiling 
php中使用内置的reset函数可以获取array的第一个元素的值,例如:$arr=array(& 39;one& 39;,& 39;two& 39;,& 39;three& 39;);echoreset($arr ...

PHP 报错 Fatal error: Class 'COM' not found in

添加日期:2013-12-05 22:36:53 发布:smiling 
在 Win Server 08 往上搭载的 IIS 跑 php 性能提升不少,但还是觉得不太舒服,某日在调试一个win上的php生产环境时,一段php代码返 ...

php提示 Notice: Use of undefined constant name - assumed

添加日期:2013-12-04 21:16:28 发布:smiling 
我们知道php在数组中写变量有二几种方法,我们出现这种提示就是你写成了[name]这种所以会有Notice: Use of undefined constant name ...

php错误提示:Call-time pass-by-reference has been deprecated

添加日期:2013-12-04 21:12:59 发布:smiling 
今天在写引用时突然出现了Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you w ...

FastCGI Error Error Number: 5 (0x80070005)解决办法

添加日期:2013-12-03 21:04:54 发布:smiling 
FastCGI ErrorThe FastCGI Handler was unable to process the request ------------------------------------------------------ ...

require,include和require_once,include_once 出现open_basedir错误

添加日期:2013-12-03 20:32:47 发布:smiling 
只要使用require或include包含文件(不管是 xx php还是xx php)都是报下面的错误Warning: include() [function include]: open_basedir ...

php提示PHP class x has no unserializer解决办法

添加日期:2013-12-02 21:15:32 发布:smiling 
PHP已经出到了5 3 8稳定版本,于是乎准备将公司生产服务器上的PHP从5 2 17升级到5 3 8,在测试服务器上调试的时候却发现了一个诡异的问题: ...

PHP数组传递给JavaScript以及json_encode的gbk中文乱码

添加日期:2013-12-02 21:10:43 发布:smiling 
文章介绍了关于PHP数组传递给JavaScript以及json_encode的gbk中文乱码的解决 ,下面是创建JSON函数,这一段来自网上某一位大侠 ********** ...

php中Fatal error: Class ZipArchive not found的解决办法

添加日期:2013-12-02 20:54:07 发布:smiling 
出现这个错误说明是程序在调用& 39;ZipArchive& 39; 这个类的时候没有成功,原因是由于在安装php的时候没有增加php zip的支持(非zlib) ...

Warning: mysql_fetch_assoc() expects parameter 1 to be resource

添加日期:2013-12-02 16:01:50 发布:smiling 
今天学习php的时候遇到了这个错误:Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:xampphtdocsmyblogindex php on line 15 ...

ThinkPHP在控制器里的javascript代码不能执行解决方法

添加日期:2013-11-29 11:55:24 发布:smiling 
thinkphp在控制器里的网页特效代码不能执行解决方法,就拿“退出”这一项来说吧,我的“退出系统”链接是写到左边的框架里的,用js动态生成的。也就是说,没法通过链接里的target来指定。...

javascript unescape() escape() 字符编码解码函数

添加日期:2013-11-28 22:32:34 发布:smiling 
escape()函数可对字符串进行编码,这样就可以在所有的计算机上读取该字符串。语法:escape(string) 参数:string 必需,描述:要被转义或编码的字符串。...