PHP7 连接使用MongoDB API

views 437 views    0
2018-06-05    PHP, SQL/NoSQL    views 437 views    0   

老版本MongoDB扩展是不支持最新的PHP7,因此PHP7以上使用MongoDB,需要下载重新编译支持PHP […]

PHP 把对象 stdClass Object 转数组 array

views 297 views    0
2018-06-04    PHP    views 297 views    0   

PHP和JS经常会用到json数据格式,但用 json 传过来的数组并不是标准的array,而是 stdCla […]

PHP错误:Allowed memory size of 268435456 bytes exhausted (tried to allocate 87 bytes)

views 434 views    0
2018-06-03    PHP    views 434 views    0   

PHP 提示错误: Fatal error: Allowed memory size of 2684 […]

PHP错误:upstream timed out (60: Operation timed out) while reading response header from upstream

views 1,276 views    0
2018-06-02    PHP    views 1,276 views    0   

PHP 提示错误: ==> /usr/local/nginx/logs/error.log <== […]

PHP 执行外部命令函数:exec()、system()、passthru()、shell_exec()、popen()

views 652 views    0
2018-06-01    PHP    views 652 views    0   

PHP内置函数,提供了4种方法执行系统外部命令: exec()、system()、passthru()、 sh […]