Thread: PHP Compressor
View Single Post
Old 05-27-2008, 04:55 PM   #3 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 753
Thanks: 2
Salathe is on a distinguished road
Default

If you're not wanting to use this particular function, you can also use the built-in php_strip_whitespace which leaves a little bit more whitespace in the resulting code but not much.

ETbyrne, no the resulting code will be functionally identical to the original and any functional whitespace (cf. presentational whitespace in the code) will be left alone.
__________________
Salathe is offline  
Reply With Quote