mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Documented the functions' socket parameter and corrected an error from
previous commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239126 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5b5844d1e2
commit
74a81de4b7
5 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-get-option">
|
||||
<refnamediv>
|
||||
<refname>socket_get_option</refname>
|
||||
|
@ -29,7 +29,8 @@
|
|||
<term><parameter>socket</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A valid socket resource created with <function>socket_create</function>.
|
||||
A valid socket resource created with <function>socket_create</function>
|
||||
or <function>socket_accept</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-getpeername">
|
||||
<refnamediv>
|
||||
<refname>socket_getpeername</refname>
|
||||
|
@ -28,6 +28,8 @@
|
|||
<term><parameter>socket</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A valid socket resource created with <function>socket_create</function>
|
||||
or <function>socket_accept</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-getsockname">
|
||||
<refnamediv>
|
||||
<refname>socket_getsockname</refname>
|
||||
|
@ -33,6 +33,8 @@
|
|||
<term><parameter>socket</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A valid socket resource created with <function>socket_create</function>
|
||||
or <function>socket_accept</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-last-error">
|
||||
<refnamediv>
|
||||
<refname>socket_last_error</refname>
|
||||
|
@ -43,6 +43,7 @@ if (false == ($socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP))) {
|
|||
<term><parameter>socket</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A valid socket resource created with <function>socket_create</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-listen">
|
||||
<refnamediv>
|
||||
<refname>socket_listen</refname>
|
||||
|
@ -34,6 +34,7 @@
|
|||
<term><parameter>socket</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A valid socket resource created with <function>socket_create</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue