betz Mon Aug 19 14:40:17 2002 EDT Modified files: /phpdoc/en/reference/sockets/functions socket-close.xml Log: typo fix for bug #18970 Index: phpdoc/en/reference/sockets/functions/socket-close.xml diff -u phpdoc/en/reference/sockets/functions/socket-close.xml:1.3 phpdoc/en/reference/sockets/functions/socket-close.xml:1.4 --- phpdoc/en/reference/sockets/functions/socket-close.xml:1.3 Wed May 1 05:04:04 2002 +++ phpdoc/en/reference/sockets/functions/socket-close.xml Mon Aug 19 14:40:17 +2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.1 --> <refentry id="function.socket-close"> <refnamediv> @@ -21,7 +21,7 @@ <para> <function>socket_close</function> can't be used on PHP file resources created with <function>fopen</function>, <function>popen</function>, - <function>fsockopen</function>, or <function>psockopen</function>; it is + <function>fsockopen</function>, or <function>pfsockopen</function>; it is meant for sockets created with <function>socket_create</function> or <function>socket_accept</function>. </para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php