nicobn Thu Aug 16 18:27:16 2007 UTC
Modified files:
/phpdoc/en/reference/sockets/functions socket-create-pair.xml
Log:
Created the see also section
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-create-pair.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-create-pair.xml
diff -u phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.18
phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.19
--- phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.18 Tue Jul
3 19:38:22 2007
+++ phpdoc/en/reference/sockets/functions/socket-create-pair.xml Thu Aug
16 18:27:16 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.socket-create-pair">
<refnamediv>
<refname>socket_create_pair</refname>
@@ -156,6 +156,19 @@
</para>
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>socket_create</function></member>
+ <member><function>socket_create_listen</function></member>
+ <member><function>socket_bind</function></member>
+ <member><function>socket_listen</function></member>
+ <member><function>socket_last_error</function></member>
+ <member><function>socket_strerror</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file