Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.
phpCodeBeautifier is a tool which avoid you of spending hours on reformating code to suit your own way of presenting it.
The tool has been declined into 3 versions:
{t}To make it short. phpCodeBeautifier is able to transform this code:{/t}
<?php if($code == BAD){$action = REWRITE;}else{$action = KEEP;} for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}} ?>
Into the following:
<?php if ($code == BAD) { $action = REWRITE; } else { $action = KEEP; } for($i = 0; $i < 10;$i++) { while ($j > 0) { $j++; doCall($i + $j); if ($k) { $k /= 10; } } } ?>
We are proud to announce the immediate availability of version 1.0.1 the command line version of our php code beautifier for linux and windows.
This version only fix an issue preventing the tool to read recognize options passed from the command line.
We are proud to announce the immediate availability of the command line version of our php code beautifier for linux.
This version contains the following changes:
This version contains the following changes:
This version contains the following changes: