From 438a2160e95ecdb2c4263c9405c859ca78b7541a Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 29 Mar 2004 23:21:04 +0000 Subject: [PATCH] typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154900 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-get-line.xml | 4 ++-- reference/stream/functions/stream-socket-recvfrom.xml | 4 ++-- reference/stream/functions/stream-socket-server.xml | 3 +-- reference/stream/functions/stream-wrapper-register.xml | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/reference/stream/functions/stream-get-line.xml b/reference/stream/functions/stream-get-line.xml index 8fe868999c..c161cdcbe1 100644 --- a/reference/stream/functions/stream-get-line.xml +++ b/reference/stream/functions/stream-get-line.xml @@ -1,5 +1,5 @@ - + stream_get_line @@ -17,7 +17,7 @@ Returns a string of up to length bytes read from the file pointed to by handle. Reading ends when length bytes have been read, when the string specified by - ending is found (which is notincluded + ending is found (which is not included in the return value), or on EOF (whichever comes first). diff --git a/reference/stream/functions/stream-socket-recvfrom.xml b/reference/stream/functions/stream-socket-recvfrom.xml index 32999ed2aa..49958ca5a3 100644 --- a/reference/stream/functions/stream-socket-recvfrom.xml +++ b/reference/stream/functions/stream-socket-recvfrom.xml @@ -1,5 +1,5 @@ - + stream_socket_recvfrom @@ -47,7 +47,7 @@ - <function>stream_socket_sendto</function> Example + <function>stream_socket_recvfrom</function> Example - + stream_socket_server @@ -58,7 +58,6 @@ for a list of bulitin transports. - stream_socket_server. <function>stream_socket_server</function> Example diff --git a/reference/stream/functions/stream-wrapper-register.xml b/reference/stream/functions/stream-wrapper-register.xml index 503fc6d92f..715fe55f8b 100644 --- a/reference/stream/functions/stream-wrapper-register.xml +++ b/reference/stream/functions/stream-wrapper-register.xml @@ -1,5 +1,5 @@ - + stream_wrapper_register @@ -336,7 +336,7 @@ For resources with the ability to link to other resource (such as an HTTP Location: forward, or a filesystem symlink). This flag specified that only information - about the link itself should be returned. Not the + about the link itself should be returned, not the resource pointed to by the link. This flag is set in response to calls to lstat, is_link, or filetype.