jsgoupil Wed Dec 14 15:41:14 2005 EDT
Modified files: /phpdoc/en/reference/stream/functions stream-socket-recvfrom.xml Log: typo function http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml diff -u phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml:1.6 phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml:1.7 --- phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml:1.6 Tue Dec 6 15:02:32 2005 +++ phpdoc/en/reference/stream/functions/stream-socket-recvfrom.xml Wed Dec 14 15:41:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.stream-socket-recvfrom"> <refnamediv> <refname>stream_socket_recvfrom</refname> @@ -84,7 +84,7 @@ <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 + <function>fread</function> or <function>stream_get_line</function>) read data directly from the socket and bypass the stream buffer. </para> </note>