mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
inserted ucn (valid return values when connect failed)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74338 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
35f1fd88aa
commit
23652e7aa9
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.ircg">
|
||||
<title>IRC Gateway Functions</title>
|
||||
<titleabbrev>IRC Gateway</titleabbrev>
|
||||
|
@ -84,6 +84,10 @@
|
|||
any hostname lookups and will only accept IP addresses in
|
||||
numerical form.
|
||||
</para>
|
||||
<para>
|
||||
Currently <function>ircg_pconnect</function> always returns a valid
|
||||
handle, even if the connection failed.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue