zoukankan      html  css  js  c++  java
  • PHP代码格式化批量脚本

    @echo off
    echo please input phpCB url:
    set /p input=
    cd /d "E:	oolsphpCB"
    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
  • 相关阅读:
    Rest
    docker-4
    Arrays.asList
    docker-3
    docker
    docker
    linux-ss
    jackson
    Java将图片的路径转为Base64,VUE前端显示
    java base64视频存到本地或服务器
  • 原文地址:https://www.cnblogs.com/chy1000/p/4508008.html
Copyright © 2011-2022 走看看