vrana Tue Dec 6 10:02:35 2005 EDT
Modified files: /phpdoc/en/reference/stream/functions stream-socket-recvfrom.xml Log: Socket VS buffer (bug #35449) http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml diff -u phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml:1.5 phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml:1.6 --- phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml:1.5 Wed Nov 10 03:30:45 2004 +++ phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml Tue Dec 6 10:02:32 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.stream-socket-recvfrom"> <refnamediv> <refname>stream_socket_recvfrom</refname> @@ -80,6 +80,14 @@ the message is received from (such as UDP). </para> </note> + <note> + <para> + Calls to <function>stream_socket_recvfrom</function> on socket-based + streams, after calls to buffer-based stream functions (like + <function>fread</function> or <function>steam_get_line</function>) read + data directly from the socket and bypass the stream buffer. + </para> + </note> <para> See also <function>stream_socket_sendto</function>,