rquadling Fri Aug 17 11:08:52 2007 UTC
Modified files:
/phpdoc/en/reference/sockets/functions socket-get-option.xml
Log:
structfield => varname
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-get-option.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-get-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.14
phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.15
--- phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.14 Thu Aug
16 19:40:36 2007
+++ phpdoc/en/reference/sockets/functions/socket-get-option.xml Fri Aug 17
11:08:52 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.socket-get-option">
<refnamediv>
<refname>socket_get_option</refname>
@@ -112,24 +112,24 @@
acknowledge the data.
</para>
<para>
- If <structfield>l_onoff</structfield> is non-zero and
- <structfield>l_linger</structfield> is zero, all the
+ If <varname>l_onoff</varname> is non-zero and
+ <varname>l_linger</varname> is zero, all the
unsent data will be discarded and RST (reset) is sent to the
peer in the case of a connection-oriented socket.
</para>
<para>
- On the other hand, if <structfield>l_onoff</structfield> is
- non-zero and <structfield>l_linger</structfield> is non-zero,
+ On the other hand, if <varname>l_onoff</varname> is
+ non-zero and <varname>l_linger</varname> is non-zero,
<function>socket_close</function> will block until all the data
- is sent or the time specified in
<structfield>l_linger</structfield>
+ is sent or the time specified in <varname>l_linger</varname>
elapses. If the socket is non-blocking,
<function>socket_close</function> will fail and return an error.
</para>
</entry>
<entry>
<type>array</type>. The array will contain two keys:
- <structfield>l_onoff</structfield> and
- <structfield>l_linger</structfield>.
+ <varname>l_onoff</varname> and
+ <varname>l_linger</varname>.
</entry>
</row>
<row>
@@ -204,8 +204,8 @@
</entry>
<entry>
<type>array</type>. The array will contain two keys:
- <structfield>sec</structfield> which is the seconds part on the
timeout
- value and <structfield>usec</structfield> which is the microsecond
part
+ <varname>sec</varname> which is the seconds part on the timeout
+ value and <varname>usec</varname> which is the microsecond part
of the timeout value.
</entry>
</row>
@@ -217,8 +217,8 @@
</entry>
<entry>
<type>array</type>. The array will contain two keys:
- <structfield>sec</structfield> which is the seconds part on the
timeout
- value and <structfield>usec</structfield> which is the microsecond
part
+ <varname>sec</varname> which is the seconds part on the timeout
+ value and <varname>usec</varname> which is the microsecond part
of the timeout value.
</entry>
</row>