11 Mar 2011

Compress PHP file

Use PHP itself to compress a PHP source file.

This command line option will strip all comments and white space.
php –w input.php > output.php

No comments: