mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
f31d6f0a33
commit
7f512d7f60
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue