typo fix for bug #18970

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92620 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-08-19 18:40:17 +00:00
parent 12145533cf
commit d53b662a7f

View file

@ -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>