- Similar to php -w.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165988 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2004-08-11 00:21:26 +00:00
parent f31d6f0a33
commit 7f512d7f60

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.php-strip-whitespace">
<refnamediv>
<refname>php_strip_whitespace</refname>
@ -17,6 +17,8 @@
Returns the PHP source code in <parameter>filename</parameter> with
PHP comments and whitespace removed. This may be useful for determining the
amount of actual code in your scripts compared with the amount of comments.
This is similar to using <command>php -w</command> from the
<link linkend="features.commandline">commandline</link>.
</para>
<note>
<para>