betz Mon Jul 14 18:56:18 2003 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-socket-server.xml
Log:
some para's for nicer display
Index: phpdoc/en/reference/stream/functions/stream-socket-server.xml
diff -u phpdoc/en/reference/stream/functions/stream-socket-server.xml:1.5
phpdoc/en/reference/stream/functions/stream-socket-server.xml:1.6
--- phpdoc/en/reference/stream/functions/stream-socket-server.xml:1.5 Wed May 14
10:12:25 2003
+++ phpdoc/en/reference/stream/functions/stream-socket-server.xml Mon Jul 14
18:56:18 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.stream-socket-server">
<refnamediv>
<refname>stream_socket_server</refname>
@@ -77,13 +77,16 @@
]]>
</programlisting>
</example>
- 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">
@@ -103,14 +106,16 @@
]]>
</programlisting>
</example>
+ </para>
&ipv6.brackets;
- See also <function>stream_socket_client</function>,
- <function>stream_set_blocking</function>,
- <function>stream_set_timeout</function>,
- <function>fgets</function>,
- <function>fgetss</function>, <function>fputs</function>,
- <function>fclose</function>, <function>feof</function>, and
- the <link linkend="ref.curl">Curl extension</link>.
+ <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>fputs</function>,
+ <function>fclose</function>, <function>feof</function>, and
+ the <link linkend="ref.curl">Curl extension</link>.
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php