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