随笔分类 - 工具类(zend studio,phpstorm等)
摘要:1.进入 http://xdebug.org/download 如果知道需要安装哪个版本,就直接下载对应版本 如果不清楚需要安装什么版本,就点击 historical releases 点 custom installation instructions. 在输入框输入PHPinfo 页面的前端展示
阅读全文
摘要:zend studio打开文件提示unsupported character encoding,是文件的编码方式错误。 有可能是PHP代码中,charset={CHARSET} ,用了变量的形式调用编码值。zend studio在打开该文件时,不能识别变量中的编码值。 解决方法: 可以点击unsup
阅读全文