php_Beautifier格式化你的PHP代码

来源:互联网 发布:spycall软件 编辑:程序博客网 时间:2024/06/05 03:10

步骤:

pear config-set preferred_state betapear install PHP_Beautifier


使用步骤:
Beautify all the files and send the output to one file

php_beautifier -r "*.php" all_files.txt
Beautify all files and recreate the dir structure on ./myprogram-beautified/

php_beautifier -r "*.php" ./myprogram-beautified/

原创粉丝点击