PHP代码格式化批量脚本

@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

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。