mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
12145533cf
commit
d53b662a7f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue