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