分类: 编程语言
file_get_contents无法请求https连接的解决方法
PHP.ini默认配置下,用file_get_contents读取https的链接,就会如下错误: Warning: f…
PHP读取JSON(PHP解析、读取、编译、生成JSON的系列操作)
1.php解析JSON数据格式,在php5.2以后就简单了,我们可以使用json_decode()和json_encod…
Windows 2008 IIS7.5配置php出现“未知FastCGI错误,错误代码0x800736b1”
Windows Server 2008 R2 Datacenter安装php后,运行php出现以下错误: HTTP 错误…
Windows Server 2008 R2 Datacenter支持php
本文讲述在Windows Server 2008 R2 Datacenter服务器上安装PHP运行环境。 2008 R2…
Windows安装配置Apache2.2+php5.4.5+mysql-5.5
本文已过期,如果想在Windows下使用PHP,建议使用 IIS支持PHP 或者 Nginx。 如果需要使用Apache…