码迷,mamicode.com
首页 > Web开发 > 详细

PHP代码格式化批量脚本

时间:2015-05-16 17:55:00      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:

@echo off
echo please input phpCB url:
set /p input=
cd /d "E:\tools\phpCB\"
phpCB --space-after-if --optimize-eol --space-after-switch --space-after-while --space-before-start-angle-bracket --one-true-brace-function-declaration --one-true-brace --extra-padding-for-case-statement --glue-amperscore --change-shell-comment-to-double-slashes-comment --indent-with-tab --force-large-php-code-tag --force-true-false-null-contant-lowercase --comment-rendering-style PEAR --equal-align-position 50 --padding-char-count 1 --glue-arrow %input% > %input%.phpCB
copy /y %input% %input%.bak
del %input%
copy /y %input%.phpCB %input%
del %input%.phpCB
pause

 

PHP代码格式化批量脚本

标签:

原文地址:http://www.cnblogs.com/chy1000/p/4508008.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!