您的位置:首页 > 编程语言 > PHP开发

php_Beautifier格式化你的PHP代码

2012-10-17 16:43 183 查看
步骤:

pear config-set preferred_state beta
pear 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/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: