PHP封装XML和JSON格式数据接口操作示例
这里提供PHP封装XML和JSON格式数据接口操作的示例: XML格式数据接口: class XmlApi { private $url = 'http://xxx.com/api/data.xml'; public function request() { $ch = curl_init(); curl_se...
阿里云的WindowsServer2016上部署php+apache
分享Nginx下10个安全问题提示
thinkPHP3.1验证码的简单实现方法
thinkPHP3.1验证码的简单实现方法。具体如下: 代码中写: 1 2 3 4 5 public function verify(){ import('ORG.Util.Image'); ob_clean(); Image::buildImageVerify(); ...