goofeng / PHP-Tools

php 工具集合

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Tools

php 工具集合 开发工具收集,只为更好的开发!

是否所有工具都需要配置?
并非如此,譬如 php Info, php 代码运行, 打个草稿等就不需要配置。
php 代码运行的意义是什么?
譬如你不清楚读取字符串的某位 $str = 'abcdefg' 是否可以使用 $str{1} 或者 $str[1]。当然,其他测试代码也可以相对快捷的得到答案。
如何配置并使用 webgrind?
首先, webgrind 使用的前提是安装 xdebug (自行检索安装),并配置好 xdebug 的 profile 项,如下: ``` xdebug.remote_enable = off xdebug.profiler_enable = on xdebug.profiler_enable_trigger = on xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "f:/laragon/tmp" ```
如何使用 mysql 日志追踪?
在 mysql.ini 配置文件中加入如下配置,并重启 mysql 服务
[v5.5以上的配置]
``` [mysqld] general_log= ON general_log_file = "E:/program/data/mysql_log.log" ```
[v5.5以下的配置]
``` log=E:/program/data/mysql_log.log ```
Tools 宗旨及愿景?
Tools 目前主要搜集了日常开发使用的部分,当然还有更多可以拓展的地方,希望更多的人能够加入并完善!
如何找到我?
如果你有任何疑问或者想把宝贵的意见告知我,请邮件联系 chenyuanqi90s@163.com

About

php 工具集合


Languages

Language:PHP 52.2%Language:JavaScript 31.9%Language:HTML 11.1%Language:CSS 3.7%Language:Python 0.6%Language:Hack 0.4%Language:C++ 0.1%Language:Makefile 0.0%Language:Batchfile 0.0%Language:Shell 0.0%Language:Ruby 0.0%