PHP代码格式化:php.fmt
                 jopen
                 11年前
            
                    php.fmt 是一个纯 PHP 实现的 PHP 代码格式化库,使用方法:
/bin/sh ./php.fmt filename|directory [...]    if // comment      ($condition) // comment      // comment      {          doSomething();      }        or        if // comment      ($condition) // comment      // comment      doSomething();