Update the return value section of quotemeta() to fix doc bug #54539

(quotemeta('') returns false).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310344 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-04-19 06:21:15 +00:00
parent 57236796d1
commit 552b2685c9

View file

@ -38,7 +38,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the string with meta characters quoted.
Returns the string with meta characters quoted, or &false; if an empty
string is given as <parameter>str</parameter>.
</para>
</refsect1>