mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fullstops, WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161483 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f27f0f97be
commit
5bff99a4e0
15 changed files with 66 additions and 60 deletions
|
@ -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 @@ fclose($fp);
|
|||
</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>
|
||||
|
|
|
@ -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 @@ Guvf vf n grfg
|
|||
<simpara>
|
||||
See also
|
||||
<function>stream_filter_register</function>, and
|
||||
<function>stream_filter_prepend</function>
|
||||
<function>stream_filter_prepend</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 @@ EASY AS 123
|
|||
</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>
|
||||
|
|
|
@ -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>.
|
||||
|
|
|
@ -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 @@ print_r($streamlist);
|
|||
]]>
|
||||
</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 @@ Array (
|
|||
<para>
|
||||
See also
|
||||
<function>stream_filter_register</function>, and
|
||||
<function>stream_get_wrappers</function>
|
||||
<function>stream_get_wrappers</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 @@ print_r($xportlist);
|
|||
]]>
|
||||
</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 @@ Array (
|
|||
<para>
|
||||
See also
|
||||
<function>stream_get_filters</function>, and
|
||||
<function>stream_get_wrappers</function>
|
||||
<function>stream_get_wrappers</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 @@ if (false === stream_select($r, $w, $e = NULL, 0)) {
|
|||
</note>
|
||||
<para>
|
||||
See also
|
||||
<function>stream_set_blocking</function>
|
||||
<function>stream_set_blocking</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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 @@ if (!$fp) {
|
|||
<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>
|
||||
|
|
|
@ -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 @@ if ($fp) {
|
|||
</para>
|
||||
|
||||
<simpara>
|
||||
See also <function>fopen</function> and <function>fwrite</function>.
|
||||
See also
|
||||
<function>fopen</function> and
|
||||
<function>fwrite</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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 @@ if (!$fp) {
|
|||
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 @@ if (!$fp) {
|
|||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
<warning>
|
||||
<simpara>
|
||||
|
@ -125,7 +125,9 @@ if (!$fp) {
|
|||
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>,
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 @@ if (!$socket) {
|
|||
]]>
|
||||
</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 @@ if (!$socket) {
|
|||
}
|
||||
?>
|
||||
]]>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue