源码地址:https://github.com/barbushin/php-consolechrome浏览器插件:https://chrome.google.com/webstore/detail/php-console/nfhmhhlpf...
当确定后端已经设置显示错误信息后,开发期间想通过nginx返回到浏览器,这时候需要需要设置nginx.conf:fastcgi_intercept_errors off;...
php内置web服务器...
安装xdebug:# 下载 wget https://xdebug.org/files/xdebug-2.5.0.tgz # 解压 tar -xf xdebug-2.5.0.tgz...
/** * 生成短地址的标识,场景:根据数据库自增id生成短地址的标示 */ class Short_url{ /** * 自定义数,可以根据需要增加符号 */ private&nb...
// 获取重复的字符个数 $str = 'ababbbacc'; // 全是字符串 $arr = str_split($str );&nbs...
class Tree { // 展示数据 public function index(){ $data = $this->ex_tree(...
// 简单的图片验证码类,仅限用于学习原理,因为复杂度还不够容易被机器识破 class Captcha{ public function show($strNum = ...
class Dog { public $id; public $name; } $dog = new Dog(); $dog->id ...
// 写入文件 file_put_contents('E://file.log',"shuoeasy!"); // 读取文件 $str = file_get_contents('E://...
阅读: 19981
阅读: 17114 评论:1
阅读: 16268
阅读: 16213
阅读: 15677
阅读: 15442
扫扫关注微信