Added that these return false on failure. Deals with and closes PHP bug #51539

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304880 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2010-10-25 16:12:31 +00:00
parent 6d2f5684cc
commit 3e9d8217db
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Domain name encoded in ASCII-compatible form.
Domain name encoded in ASCII-compatible form. &return.falseforfailure;
</para>
</refsect1>

View file

@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Domain name in Unicode. In PHP5, domain name will be in UTF-8.
Domain name in Unicode. In PHP5, domain name will be in UTF-8. &return.falseforfailure;
</para>
</refsect1>