nlopess Sat Dec 13 16:10:12 2003 EDT
Modified files:
/phpdoc/en/reference/network/functions fsockopen.xml
Log:
updated see also
Index: phpdoc/en/reference/network/functions/fsockopen.xml
diff -u phpdoc/en/reference/network/functions/fsockopen.xml:1.8
phpdoc/en/reference/network/functions/fsockopen.xml:1.9
--- phpdoc/en/reference/network/functions/fsockopen.xml:1.8 Fri Dec 12 16:26:59
2003
+++ phpdoc/en/reference/network/functions/fsockopen.xml Sat Dec 13 16:10:12 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.fsockopen">
<refnamediv>
@@ -128,8 +128,8 @@
</para>
</note>
See also <function>pfsockopen</function>,
- <function>socket_set_blocking</function>,
- <function>socket_set_timeout</function>, <function>fgets</function>,
+ <function>stream_set_blocking</function>,
+ <function>stream_set_timeout</function>, <function>fgets</function>,
<function>fgetss</function>, <function>fputs</function>,
<function>fclose</function>, <function>feof</function>, and
the <link linkend="ref.curl">Curl extension</link>.