nlopess Thu Dec 11 09:28:58 2003 EDT
Modified files:
/phpdoc/en/reference/network/functions fsockopen.xml
Log:
updated link to deprecated func
Index: phpdoc/en/reference/network/functions/fsockopen.xml
diff -u phpdoc/en/reference/network/functions/fsockopen.xml:1.6
phpdoc/en/reference/network/functions/fsockopen.xml:1.7
--- phpdoc/en/reference/network/functions/fsockopen.xml:1.6 Sat Apr 26 23:46:16
2003
+++ phpdoc/en/reference/network/functions/fsockopen.xml Thu Dec 11 09:28:58 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.fsockopen">
<refnamediv>
@@ -68,7 +68,7 @@
<para>
The socket will by default be opened in blocking mode. You can
switch it to non-blocking mode by using
- <function>socket_set_blocking</function>.
+ <function>stream_set_blocking</function>.
<example>
<title><function>fsockopen</function> Example</title>
<programlisting role="php">