Know about the PHP Code-Beautifier Tool
Tim Koschuetzki has discovered a new tool for beautifying existing PHP code. It works via a web interface. You can either upload a script or directly input it. The code is beautified according to the PHP PEAR Standard Requirements. It does not change or debug your code in any way.
The functions of this tool are as follows:
- Tries to set missing curly braces around single conditional statements. This may not work in all situations.
- Indents with four spaces.
- Uses 'one true brace' style in function definitions.
- Sets one space between control keyword and condition.
- Removes space between function calls, parenthesis and beginning of argument list.
Want to know more : Click here
To download this Code : Click here
Reference:http://www.php-mag.net/magphpde/magphpde_news/

Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment
Trackbacks