摘要:
(转载)http://www.jb51.net/article/30689.htm我们知道,PHP没有提供专门删除一个特定数组元素的方法。但是可以通过unset()函数来完成这种要求比如下面的程序: <?php $arr = array('apple','banana','cat','dog'); unset($arr[2]); print_r($arr); ?> 程序运行结果:Array ( [0] => apple [1] => banana [3] => dog ) 但是这种方法的最大缺点是没有 阅读全文
posted @ 2013-06-20 14:29
robotke1
阅读(328)
评论(0)
推荐(0)
摘要:
HTTP/1.1 200 OKServer: nginxDate: Thu, 20 Jun 2013 03:06:10 GMTContent-Type: text/html; charset=utf-8Connection: closeVary: Accept-EncodingContent-Length: 447String could not be parsed as XML_rare_shutdown_err:Array( [type] => 2 [message] => print_r(): Node no longer exists [file] => /xxx.p 阅读全文
posted @ 2013-06-20 12:59
robotke1
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号