hholzgra Mon Nov 12 12:12:24 2001 EDT Modified files: (Branch: dev_docbook4) /phpdoc/en/functions ifx.xml sesam.xml snmp.xml strings.xml Log: MFH Index: phpdoc/en/functions/ifx.xml diff -u phpdoc/en/functions/ifx.xml:1.21.2.2 phpdoc/en/functions/ifx.xml:1.21.2.3 --- phpdoc/en/functions/ifx.xml:1.21.2.2 Mon Nov 12 09:59:21 2001 +++ phpdoc/en/functions/ifx.xml Mon Nov 12 12:12:23 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Revision: 1.21.2.2 $ --> +<!-- $Revision: 1.21.2.3 $ --> <reference id="ref.ifx"> <title>Informix functions</title> <titleabbrev>Informix</titleabbrev> @@ -745,7 +745,7 @@ <function>ifx_prepare</function> (select type queries only!). </para> <para> - <parameter><optional>position</optional></parameter> is an + <parameter>position</parameter> is an optional parameter for a "fetch" operation on "scroll" cursors: "NEXT", "PREVIOUS", "CURRENT", "FIRST", "LAST" or a number. If you specify a number, an "absolute" row fetch is executed. This Index: phpdoc/en/functions/sesam.xml diff -u phpdoc/en/functions/sesam.xml:1.14.2.2 phpdoc/en/functions/sesam.xml:1.14.2.3 --- phpdoc/en/functions/sesam.xml:1.14.2.2 Mon Nov 12 09:59:23 2001 +++ phpdoc/en/functions/sesam.xml Mon Nov 12 12:12:23 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Revision: 1.14.2.2 $ --> +<!-- $Revision: 1.14.2.3 $ --> <reference id="ref.sesam"> <title>SESAM database functions</title> <titleabbrev>SESAM</titleabbrev> @@ -59,7 +59,6 @@ <entry> Name of BS2000 PLAM library containing the loadable SESAM driver modules. Required for using SESAM functions. - <msgtext> <para> Example: <informalexample> @@ -68,7 +67,6 @@ </programlisting> </informalexample> </para> - </msgtext> </entry> </row> <row> @@ -76,7 +74,6 @@ <entry> Name of SESAM application configuration file. Required for using SESAM functions. - <msgtext> <para> Example: <informalexample> @@ -94,7 +91,6 @@ </programlisting> </informalexample> </para> - </msgtext> </entry> </row> <row> @@ -104,7 +100,6 @@ directive is not neccessary. Only if the SESAM message file is not installed in the system's BS2000 message file table, it can be set with this directive. - <msgtext> <para> Example: <informalexample> @@ -113,7 +108,6 @@ </programlisting> </informalexample> </para> - </msgtext> </entry> </row> </tbody> @@ -1463,7 +1457,6 @@ column(<literal>col</literal>), where <literal>col</literal> is between 0 and <literal>$arr["count"]-1</literal>. The returned value can be one of - <msgtext> <itemizedlist> <listitem> <simpara><type>integer</type></simpara> @@ -1475,7 +1468,6 @@ <simpara><type>string</type></simpara> </listitem> </itemizedlist> - </msgtext> depending on the SQL type of the result. SESAM "multiple fields" are "inlined" and treated like the respective number of columns, each with the same php type. @@ -1488,7 +1480,6 @@ column(<literal>col</literal>), where <literal>col</literal> is between 0 and <literal>$arr["count"]-1</literal>. The returned value can be one of - <msgtext> <itemizedlist> <listitem> <simpara>"CHARACTER"</simpara> @@ -1527,7 +1518,6 @@ <simpara>"TIMESTAMP"</simpara> </listitem> </itemizedlist> - </msgtext> describing the SQL type of the result. SESAM "multiple fields" are "inlined" and treated like the respective number of columns, each with the same SQL type. @@ -1612,7 +1602,7 @@ <function>sesam_query</function> (select type queries only!). </para> <para> - <parameter><optional>whence</optional></parameter> is an optional + <parameter>whence</parameter> is an optional parameter for a fetch operation on "scrollable" cursors, which can be set to the following predefined constants: <table> @@ -1686,17 +1676,17 @@ <para> When using "scrollable" cursors, the cursor can be freely positioned on the result set. If the - <parameter><optional>whence</optional></parameter> parameter is + <parameter>whence</parameter> parameter is omitted, the global default values for the scrolling type (initialized to: <literal>SESAM_SEEK_NEXT</literal>, and settable by <function>sesam_seek_row</function>) are used. If - <parameter><optional>whence</optional></parameter> is supplied, + <parameter>whence</parameter> is supplied, its value replaces the global default. </para> <para> - <parameter><optional>offset</optional></parameter> is an optional + <parameter>offset</parameter> is an optional parameter which is only evaluated (and required) if - <parameter><optional>whence</optional></parameter> is either + <parameter>whence</parameter> is either <literal>SESAM_SEEK_RELATIVE</literal> or <literal>SESAM_SEEK_ABSOLUTE</literal>. This parameter is only valid for "scrollable" cursors. @@ -1785,8 +1775,8 @@ </para> <para> For the valid values of the optional - <parameter><optional>whence</optional></parameter>and - <parameter><optional>offset</optional></parameter> parameters, + <parameter>whence</parameter>and + <parameter>offset</parameter> parameters, see the <function>sesam_fetch_row</function> function for details. </para> @@ -1956,7 +1946,7 @@ </table> </para> <para> - <parameter><optional>offset</optional></parameter> is an optional + <parameter>offset</parameter> is an optional parameter which is only evaluated (and required) if <parameter>whence</parameter> is either <literal>SESAM_SEEK_RELATIVE</literal> or Index: phpdoc/en/functions/snmp.xml diff -u phpdoc/en/functions/snmp.xml:1.15.2.2 phpdoc/en/functions/snmp.xml:1.15.2.3 --- phpdoc/en/functions/snmp.xml:1.15.2.2 Mon Nov 12 09:59:23 2001 +++ phpdoc/en/functions/snmp.xml Mon Nov 12 12:12:23 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Revision: 1.15.2.2 $ --> +<!-- $Revision: 1.15.2.3 $ --> <reference id="ref.snmp"> <title>SNMP functions</title> <titleabbrev>SNMP</titleabbrev> @@ -247,8 +247,8 @@ </informalexample></para> <para> - Above function call would return <systemitem>&false;</systemitem> if - quick_print is on, and <systemitem>&true;</systemitem> if quick_print + Above function call would return &false; if + quick_print is on, and &true; if quick_print is on.</para> <para> Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.122.2.3 phpdoc/en/functions/strings.xml:1.122.2.4 --- phpdoc/en/functions/strings.xml:1.122.2.3 Mon Nov 12 09:59:23 2001 +++ phpdoc/en/functions/strings.xml Mon Nov 12 12:12:23 2001 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Revision: 1.122.2.3 $ --> +<!-- $Revision: 1.122.2.4 $ --> <reference id="ref.strings"> <title>String functions</title> <titleabbrev>Strings</titleabbrev> @@ -1237,7 +1237,6 @@ <row valign="top"> <entry>p_sign_posn</entry> <entry> - <msgtext> <simplelist columns="2" type="horiz"> <member>0</member> <member> @@ -1259,13 +1258,11 @@ The sign string immediately succeeds the currency_symbol </member> </simplelist> - </msgtext> </entry> </row> <row valign="top"> <entry>n_sign_posn</entry> <entry> - <msgtext> <simplelist columns="2" type="horiz"> <member>0</member> <member> @@ -1287,7 +1284,6 @@ <member>The sign string immediately succeeds the currency_symbol </member> </simplelist> - </msgtext> </entry> </row> </tbody>