mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145281 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
50a8e6ed8b
commit
07264e9238
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.stream-socket-recvfrom">
|
||||
<refnamediv>
|
||||
<refname>stream_socket_recvfrom</refname>
|
||||
|
@ -18,7 +18,7 @@
|
|||
The function <function>stream_socket_recvfrom</function> accepts
|
||||
data from a remote socket up to <parameter>length</parameter> bytes.
|
||||
If <parameter>address</parameter> is provided it will be populated with
|
||||
the addres of the remote socket.
|
||||
the address of the remote socket.
|
||||
</para>
|
||||
<para>
|
||||
The value of <parameter>flags</parameter> can be any combination
|
||||
|
|
Loading…
Reference in a new issue