6月 17, 2019 -
php开发
phpstorm 的xdebug使用已关闭评论


phpstorm 的xdebug使用
1:安装xdebug插件
这里以如下环境来说明,其他环境请根据提示操作:
操作系统:Windows 10
php版本:php-7.1.13-nts(32 bit)
下载:https://xdebug.org/docs/install
请根据自己的环境(php版本[……]
1:安装xdebug插件
这里以如下环境来说明,其他环境请根据提示操作:
操作系统:Windows 10
php版本:php-7.1.13-nts(32 bit)
下载:https://xdebug.org/docs/install
请根据自己的环境(php版本[……]
问题描述: 本地yii2, 使用了路由优化prettyUrl,
nginx配置:
try_files $uri $uri/ /index.php?$args;
没有用rewrite
当访问
[……]
想要的效果是当值为“0000-00-00 00:00:00”时,返回1;
图一,在本地运行返回1,在服务器运行返回2
二、问题分析
1、一直以来的思维是strtot[……]