dave            Tue Aug 10 20:21:26 2004 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions php-strip-whitespace.xml 
  Log:
  - Similar to php -w.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/php-strip-whitespace.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/misc/functions/php-strip-whitespace.xml
diff -u phpdoc/en/reference/misc/functions/php-strip-whitespace.xml:1.3 
phpdoc/en/reference/misc/functions/php-strip-whitespace.xml:1.4
--- phpdoc/en/reference/misc/functions/php-strip-whitespace.xml:1.3     Tue Aug 10 
20:00:48 2004
+++ phpdoc/en/reference/misc/functions/php-strip-whitespace.xml Tue Aug 10 20:21:26 
2004
@@ -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>

Reply via email to