mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Added parameter specification
- Added socket_create_pair in see also section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241338 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c45afb0f4d
commit
0be63a2d9f
1 changed files with 3 additions and 2 deletions
|
@ -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-create-listen">
|
||||
<refnamediv>
|
||||
<refname>socket_create_listen</refname>
|
||||
|
@ -32,6 +32,7 @@
|
|||
<term><parameter>port</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The port on which to listen on all interfaces.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -78,6 +79,7 @@
|
|||
<para>
|
||||
<simplelist>
|
||||
<member><function>socket_create</function></member>
|
||||
<member><function>socket_create_pair</function></member>
|
||||
<member><function>socket_bind</function></member>
|
||||
<member><function>socket_listen</function></member>
|
||||
<member><function>socket_last_error</function></member>
|
||||
|
@ -85,7 +87,6 @@
|
|||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue