vrana Wed Jun 16 09:01:22 2004 EDT
Modified files: /phpdoc/en/reference/stream/functions stream-context-create.xml stream-filter-append.xml stream-filter-prepend.xml stream-filter-register.xml stream-get-contents.xml stream-get-filters.xml stream-get-line.xml stream-get-transports.xml stream-get-wrappers.xml stream-select.xml stream-set-timeout.xml stream-set-write-buffer.xml stream-socket-client.xml stream-socket-get-name.xml stream-socket-server.xml Log: Fullstops, WS
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-context-create.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/stream/functions/stream-context-create.xml diff -u phpdoc/en/reference/stream/functions/stream-context-create.xml:1.2 phpdoc/en/reference/stream/functions/stream-context-create.xml:1.3 --- phpdoc/en/reference/stream/functions/stream-context-create.xml:1.2 Mon Apr 7 19:32:46 2003 +++ phpdoc/en/reference/stream/functions/stream-context-create.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.stream-context-create"> <refnamediv> <refname>stream_context_create</refname> @@ -45,9 +45,9 @@ </programlisting> </example> <simpara> - See Also: + See also <function>stream_context_set_option</function>, and - Listing of supported wrappers with context options (<xref linkend="wrappers"/>) + Listing of supported wrappers with context options (<xref linkend="wrappers"/>). </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-filter-append.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/stream/functions/stream-filter-append.xml diff -u phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.10 phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.11 --- phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.10 Wed Mar 31 22:57:39 2004 +++ phpdoc/en/reference/stream/functions/stream-filter-append.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <refentry id="function.stream-filter-append"> <refnamediv> <refname>stream_filter_append</refname> @@ -96,7 +96,7 @@ <simpara> See also <function>stream_filter_register</function>, and - <function>stream_filter_prepend</function> + <function>stream_filter_prepend</function>. </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-filter-prepend.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/stream/functions/stream-filter-prepend.xml diff -u phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.8 phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.9 --- phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.8 Wed Mar 31 22:57:39 2004 +++ phpdoc/en/reference/stream/functions/stream-filter-prepend.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.stream-filter-prepend"> <refnamediv> <refname>stream_filter_prepend</refname> @@ -59,7 +59,7 @@ <simpara> See also <function>stream_filter_register</function>, and - <function>stream_filter_append</function> + <function>stream_filter_append</function>. </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-filter-register.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/stream/functions/stream-filter-register.xml diff -u phpdoc/en/reference/stream/functions/stream-filter-register.xml:1.8 phpdoc/en/reference/stream/functions/stream-filter-register.xml:1.9 --- phpdoc/en/reference/stream/functions/stream-filter-register.xml:1.8 Mon Apr 12 13:43:40 2004 +++ phpdoc/en/reference/stream/functions/stream-filter-register.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.stream-filter-register"> <refnamediv> <refname>stream_filter_register</refname> @@ -283,10 +283,10 @@ </para> <simpara> - See Also: + See also <function>stream_wrapper_register</function>, <function>stream_filter_prepend</function>, and - <function>stream_filter_append</function> + <function>stream_filter_append</function>. </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-contents.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/stream/functions/stream-get-contents.xml diff -u phpdoc/en/reference/stream/functions/stream-get-contents.xml:1.3 phpdoc/en/reference/stream/functions/stream-get-contents.xml:1.4 --- phpdoc/en/reference/stream/functions/stream-get-contents.xml:1.3 Mon Dec 1 16:17:58 2003 +++ phpdoc/en/reference/stream/functions/stream-get-contents.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.stream-get-contents"> <refnamediv> <refname>stream_get_contents</refname> @@ -20,7 +20,7 @@ </para> ¬e.bin-safe; <simpara> - See also: + See also <function>fgets</function>, <function>fread</function>, and <function>fpassthru</function>. http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-filters.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/stream/functions/stream-get-filters.xml diff -u phpdoc/en/reference/stream/functions/stream-get-filters.xml:1.6 phpdoc/en/reference/stream/functions/stream-get-filters.xml:1.7 --- phpdoc/en/reference/stream/functions/stream-get-filters.xml:1.6 Mon Dec 15 11:53:49 2003 +++ phpdoc/en/reference/stream/functions/stream-get-filters.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.stream-get-filters"> <refnamediv> <refname>stream_get_filters</refname> @@ -27,7 +27,7 @@ ]]> </programlisting> <para> - Output will be similar to the following + Output will be similar to the following. Note: there may be more or fewer filters in your version of PHP. </para> <screen> @@ -46,7 +46,7 @@ <para> See also <function>stream_filter_register</function>, and - <function>stream_get_wrappers</function> + <function>stream_get_wrappers</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-line.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/stream/functions/stream-get-line.xml diff -u phpdoc/en/reference/stream/functions/stream-get-line.xml:1.2 phpdoc/en/reference/stream/functions/stream-get-line.xml:1.3 --- phpdoc/en/reference/stream/functions/stream-get-line.xml:1.2 Mon Mar 29 18:21:04 2004 +++ phpdoc/en/reference/stream/functions/stream-get-line.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.stream-get-line"> <refnamediv> <refname>stream_get_line</refname> @@ -32,7 +32,7 @@ <para> See also <function>fread</function>, <function>fgets</function>, and - <function>fgetc</function>, + <function>fgetc</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-transports.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/stream/functions/stream-get-transports.xml diff -u phpdoc/en/reference/stream/functions/stream-get-transports.xml:1.2 phpdoc/en/reference/stream/functions/stream-get-transports.xml:1.3 --- phpdoc/en/reference/stream/functions/stream-get-transports.xml:1.2 Mon Dec 15 11:53:49 2003 +++ phpdoc/en/reference/stream/functions/stream-get-transports.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.stream-get-transports"> <refnamediv> <refname>stream_get_transports</refname> @@ -27,8 +27,8 @@ ]]> </programlisting> <para> - Output will be similar to the following - Note: there may be more or fewer transports in your version of PHP + Output will be similar to the following. + Note: there may be more or fewer transports in your version of PHP. </para> <screen> <![CDATA[ @@ -45,7 +45,7 @@ <para> See also <function>stream_get_filters</function>, and - <function>stream_get_wrappers</function> + <function>stream_get_wrappers</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-wrappers.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/stream/functions/stream-get-wrappers.xml diff -u phpdoc/en/reference/stream/functions/stream-get-wrappers.xml:1.3 phpdoc/en/reference/stream/functions/stream-get-wrappers.xml:1.4 --- phpdoc/en/reference/stream/functions/stream-get-wrappers.xml:1.3 Mon May 19 13:30:43 2003 +++ phpdoc/en/reference/stream/functions/stream-get-wrappers.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.stream-get-wrappers"> <refnamediv> <refname>stream_get_wrappers</refname> @@ -17,7 +17,7 @@ </para> <para> See also - <function>stream_wrapper_register</function> + <function>stream_wrapper_register</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-select.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/stream/functions/stream-select.xml diff -u phpdoc/en/reference/stream/functions/stream-select.xml:1.8 phpdoc/en/reference/stream/functions/stream-select.xml:1.9 --- phpdoc/en/reference/stream/functions/stream-select.xml:1.8 Sat Apr 10 14:08:16 2004 +++ phpdoc/en/reference/stream/functions/stream-select.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.stream-select"> <refnamediv> <refname>stream_select</refname> @@ -163,7 +163,7 @@ </note> <para> See also - <function>stream_set_blocking</function> + <function>stream_set_blocking</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-set-timeout.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/stream/functions/stream-set-timeout.xml diff -u phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.6 phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.7 --- phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.6 Thu Apr 1 01:31:14 2004 +++ phpdoc/en/reference/stream/functions/stream-set-timeout.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.18 --> <refentry id="function.stream-set-timeout"> <refnamediv> @@ -53,7 +53,9 @@ <function>socket_set_timeout</function> but this usage is deprecated. </para> <para> - See also: <function>fsockopen</function> and <function>fopen</function>. + See also + <function>fsockopen</function> and + <function>fopen</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-set-write-buffer.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/stream/functions/stream-set-write-buffer.xml diff -u phpdoc/en/reference/stream/functions/stream-set-write-buffer.xml:1.3 phpdoc/en/reference/stream/functions/stream-set-write-buffer.xml:1.4 --- phpdoc/en/reference/stream/functions/stream-set-write-buffer.xml:1.3 Thu Apr 1 01:31:14 2004 +++ phpdoc/en/reference/stream/functions/stream-set-write-buffer.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.stream-set-write-buffer"> <refnamediv> @@ -51,7 +51,9 @@ </para> <simpara> - See also <function>fopen</function> and <function>fwrite</function>. + See also + <function>fopen</function> and + <function>fwrite</function>. </simpara> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-client.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/stream/functions/stream-socket-client.xml diff -u phpdoc/en/reference/stream/functions/stream-socket-client.xml:1.10 phpdoc/en/reference/stream/functions/stream-socket-client.xml:1.11 --- phpdoc/en/reference/stream/functions/stream-socket-client.xml:1.10 Sat Apr 10 13:44:10 2004 +++ phpdoc/en/reference/stream/functions/stream-socket-client.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <refentry id="function.stream-socket-client"> <refnamediv> <refname>stream_socket_client</refname> @@ -99,8 +99,8 @@ The example below shows how to retrieve the day and time from the UDP service "daytime" (port 13) in your own machine. <example> - <title>Using UDP connection</title> - <programlisting role="php"> + <title>Using UDP connection</title> + <programlisting role="php"> <![CDATA[ <?php $fp = stream_socket_client("udp://127.0.0.1:13", $errno, $errstr); @@ -113,7 +113,7 @@ } ?> ]]> - </programlisting> + </programlisting> </example> <warning> <simpara> @@ -125,7 +125,9 @@ a link for the socket until it actually needs to send or receive data. </simpara> </warning> - &ipv6.brackets; + </para> + &ipv6.brackets; + <para> See also <function>stream_socket_server</function>, <function>stream_set_blocking</function>, <function>stream_set_timeout</function>, http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-get-name.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/stream/functions/stream-socket-get-name.xml diff -u phpdoc/en/reference/stream/functions/stream-socket-get-name.xml:1.2 phpdoc/en/reference/stream/functions/stream-socket-get-name.xml:1.3 --- phpdoc/en/reference/stream/functions/stream-socket-get-name.xml:1.2 Sun Jun 22 12:34:50 2003 +++ phpdoc/en/reference/stream/functions/stream-socket-get-name.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.stream-socket-get-name"> <refnamediv> <refname>stream_socket_get_name</refname> @@ -20,7 +20,7 @@ </para> <para> See also - <function>stream_socket_accept</function> + <function>stream_socket_accept</function>. </para> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-server.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/reference/stream/functions/stream-socket-server.xml diff -u phpdoc/en/reference/stream/functions/stream-socket-server.xml:1.14 phpdoc/en/reference/stream/functions/stream-socket-server.xml:1.15 --- phpdoc/en/reference/stream/functions/stream-socket-server.xml:1.14 Thu Apr 1 01:31:14 2004 +++ phpdoc/en/reference/stream/functions/stream-socket-server.xml Wed Jun 16 09:01:22 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <refentry id="function.stream-socket-server"> <refnamediv> <refname>stream_socket_server</refname> @@ -77,19 +77,19 @@ ]]> </programlisting> </example> - </para> - <para> - The example below shows how to act as a time server which can respond - to time queries as shown in an example on <function>stream_socket_client</function>. - <note> - <simpara> - Most systems require root access to create a server socket on a port - below 1024. - </simpara> - </note> + </para> + <para> + The example below shows how to act as a time server which can respond + to time queries as shown in an example on <function>stream_socket_client</function>. + <note> + <simpara> + Most systems require root access to create a server socket on a port + below 1024. + </simpara> + </note> <example> - <title>Using UDP server sockets</title> - <programlisting role="php"> + <title>Using UDP server sockets</title> + <programlisting role="php"> <![CDATA[ <?php $socket = stream_socket_server("udp://0.0.0.0:13", $errno, $errstr, STREAM_SERVER_BIND); @@ -104,18 +104,18 @@ } ?> ]]> - </programlisting> + </programlisting> </example> - </para> - &ipv6.brackets; - <para> - See also <function>stream_socket_client</function>, - <function>stream_set_blocking</function>, - <function>stream_set_timeout</function>, - <function>fgets</function>, - <function>fgetss</function>, <function>fwrite</function>, - <function>fclose</function>, <function>feof</function>, and - the <link linkend="ref.curl">Curl extension</link>. + </para> + &ipv6.brackets; + <para> + See also <function>stream_socket_client</function>, + <function>stream_set_blocking</function>, + <function>stream_set_timeout</function>, + <function>fgets</function>, + <function>fgetss</function>, <function>fwrite</function>, + <function>fclose</function>, <function>feof</function>, and + the <link linkend="ref.curl">Curl extension</link>. </para> </refsect1> </refentry>