发现一个phpCB的软件是用来“美化”php代码文件的,效果非常好,如果你是写程序语言随意的人就可以用它美化一下,可以为自己阅读代码方便,下面是具体的使用方法。
phpCB.exe [options] [filename]
--optimize-eol --space-before-end-bracket --space-after-start-bracket --extra-padding-for-case-statement --glue-amperscore --change-shell-comment-to-double-slashes-comment --indent-with-tab --force-true-false-null-contant-lowercase --force-large-php-code-tag --comment-rendering-style PEAR --padding-char-count 1
下载:http://www.waterproof.fr/products/phpCodeBeautifier/download.php
实例:phpCB test.php > index.php