摘要: //CURL GET请求function https_request($url, $data = array()) { $curl = curl_init(); if($data){ $submit_url = $url; }else{ //这里的$data 如果传递的是数组需要 http_buil 阅读全文
posted @ 2018-07-04 18:35 止动 阅读(2773) 评论(0) 推荐(0) 编辑
摘要: 问题: Warning: preg_match(): Unknown modifier '/' in D:\wwwroot\www.xb.com\t.php on line 6bool(false) NULL 我的代码: <?php$str = '';$isMatched = preg_match( 阅读全文
posted @ 2018-07-04 17:50 止动 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 一。 linux-lamp 1. 命令行运行php程序 运行指定php文件: /usr/bin/php -f /www/wwwroot/www.xb.com/t.php 检查文件语法错误: /usr/bin/php -l /www/wwwroot/www.xb.com/t.php 阅读全文
posted @ 2018-07-04 09:53 止动 阅读(93) 评论(0) 推荐(0) 编辑