didou Fri Jun 15 00:10:45 2007 UTC
Modified files: /phpdoc/en/reference/sybase/functions sybase-affected-rows.xml sybase-close.xml sybase-connect.xml sybase-data-seek.xml sybase-deadlock-retry-count.xml sybase-fetch-array.xml sybase-fetch-assoc.xml sybase-fetch-field.xml sybase-fetch-object.xml sybase-fetch-row.xml sybase-field-seek.xml sybase-free-result.xml sybase-get-last-message.xml sybase-min-client-severity.xml sybase-min-error-severity.xml sybase-min-message-severity.xml sybase-min-server-severity.xml sybase-num-fields.xml sybase-num-rows.xml sybase-pconnect.xml sybase-query.xml sybase-result.xml sybase-select-db.xml sybase-set-message-handler.xml sybase-unbuffered-query.xml Log: WS, prepare for new doc style
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml?r1=1.10&r2=1.11&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml diff -u phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml:1.10 phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml:1.11 --- phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml:1.10 Fri Apr 29 13:53:23 2005 +++ phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-affected-rows"> <refnamediv> @@ -9,10 +9,10 @@ <refsect1> <title>Description</title> - <methodsynopsis> - <type>int</type><methodname>sybase_affected_rows</methodname> - <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>int</type><methodname>sybase_affected_rows</methodname> + <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> + </methodsynopsis> <para> <function>sybase_affected_rows</function> returns the number of rows affected by the last INSERT, UPDATE or DELETE query on the http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-close.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-close.xml diff -u phpdoc/en/reference/sybase/functions/sybase-close.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-close.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-close.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-close.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-close"> <refnamediv> @@ -8,13 +8,13 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>sybase_close</methodname> - <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>bool</type><methodname>sybase_close</methodname> + <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_close</function> closes the link to a Sybase - database that's associated with the specified link + database that's associated with the specified link <parameter>link_identifier</parameter>. If the link identifier isn't specified, the last opened link is assumed. @@ -22,20 +22,20 @@ <para> &return.success; </para> - <para> + <para> Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. </para> - <para> + <para> <function>sybase_close</function> will not close persistent links generated by <function>sybase_pconnect</function>. </para> - <para> + <para> See also <function>sybase_connect</function> and <function>sybase_pconnect</function>. - </para> + </para> </refsect1> </refentry> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-connect.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-connect.xml diff -u phpdoc/en/reference/sybase/functions/sybase-connect.xml:1.6 phpdoc/en/reference/sybase/functions/sybase-connect.xml:1.7 --- phpdoc/en/reference/sybase/functions/sybase-connect.xml:1.6 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-connect.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-connect"> <refnamediv> @@ -8,24 +8,24 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>resource</type><methodname>sybase_connect</methodname> - <methodparam choice="opt"><type>string</type><parameter>servername</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>charset</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>appname</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>resource</type><methodname>sybase_connect</methodname> + <methodparam choice="opt"><type>string</type><parameter>servername</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>charset</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>appname</parameter></methodparam> + </methodsynopsis> + <para> Returns a positive Sybase link identifier on success, or &false; on failure. </para> - <para> + <para> <function>sybase_connect</function> establishes a connection to a Sybase server. The servername argument has to be a valid servername that is defined in the 'interfaces' file. </para> - <para> + <para> In case a second call is made to <function>sybase_connect</function> with the same arguments, no new link will be established, but instead, the link identifier of @@ -52,7 +52,7 @@ </example> </para> <para> - See also + See also <function>sybase_pconnect</function> and <function>sybase_close</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-data-seek.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-data-seek.xml diff -u phpdoc/en/reference/sybase/functions/sybase-data-seek.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-data-seek.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-data-seek.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-data-seek.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-data-seek"> <refnamediv> @@ -8,22 +8,22 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>sybase_data_seek</methodname> - <methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam> - <methodparam><type>int</type><parameter>row_number</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>bool</type><methodname>sybase_data_seek</methodname> + <methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam> + <methodparam><type>int</type><parameter>row_number</parameter></methodparam> + </methodsynopsis> <para> &return.success; </para> - <para> + <para> <function>sybase_data_seek</function> moves the internal row pointer of the Sybase result associated with the specified result identifier to pointer to the specified row number. The next call to <function>sybase_fetch_row</function> would return that row. </para> - <para> - See also + <para> + See also <function>sybase_fetch_row</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-deadlock-retry-count.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-deadlock-retry-count.xml diff -u phpdoc/en/reference/sybase/functions/sybase-deadlock-retry-count.xml:1.7 phpdoc/en/reference/sybase/functions/sybase-deadlock-retry-count.xml:1.8 --- phpdoc/en/reference/sybase/functions/sybase-deadlock-retry-count.xml:1.7 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-deadlock-retry-count.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <refentry id="function.sybase-deadlock-retry-count"> <refnamediv> <refname>sybase_deadlock_retry_count</refname> @@ -7,18 +7,18 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>void</type><methodname>sybase_deadlock_retry_count</methodname> - <methodparam><type>int</type><parameter>retry_count</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>void</type><methodname>sybase_deadlock_retry_count</methodname> + <methodparam><type>int</type><parameter>retry_count</parameter></methodparam> + </methodsynopsis> + <para> Using <function>sybase_deadlock_retry_count</function>, the number of retries can be defined in cases of deadlocks. By default, every deadlock is retried - an infinite number of times or until the process is killed by Sybase, the + an infinite number of times or until the process is killed by Sybase, the executing script is killed (for instance, by <function>set_time_limit</function>) or the query succeeds. </para> - + &sybase.ct.only; <para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-fetch-array.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-fetch-array.xml diff -u phpdoc/en/reference/sybase/functions/sybase-fetch-array.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-fetch-array.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-fetch-array.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-fetch-array.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-fetch-array"> <refnamediv> @@ -8,10 +8,10 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>array</type><methodname>sybase_fetch_array</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>array</type><methodname>sybase_fetch_array</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + </methodsynopsis> <para> Returns an array that corresponds to the fetched row, or &false; if there are no more rows. @@ -29,7 +29,7 @@ provides a significant added value. </para> <note> - <para> + <para> When selecting fields with identical names (for instance, in a join), the associative indices will have a sequential number prepended. See the example for details. @@ -50,7 +50,7 @@ ]]> </programlisting> <para> - The above example would produce the following output (assuming the two tables only + The above example would produce the following output (assuming the two tables only have each one column called "person_id"): </para> <screen> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-fetch-assoc.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-fetch-assoc.xml diff -u phpdoc/en/reference/sybase/functions/sybase-fetch-assoc.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-fetch-assoc.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-fetch-assoc.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-fetch-assoc.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.sybase-fetch-assoc"> <refnamediv> <refname>sybase_fetch_assoc</refname> @@ -7,22 +7,22 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>array</type><methodname>sybase_fetch_assoc</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>array</type><methodname>sybase_fetch_assoc</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + </methodsynopsis> <para> Returns an array that corresponds to the fetched row, or &false; if there are no more rows. </para> - + &sybase.ct.only; - + <para> <function>sybase_fetch_assoc</function> is a version of <function>sybase_fetch_row</function> that uses column names instead of integers for indices in the result array. Columns from - different tables with the same names are returned as + different tables with the same names are returned as name, name1, name2, ..., nameN. </para> <para> @@ -33,8 +33,8 @@ </para> <para> See also - <function>sybase_fetch_array</function>, - <function>sybase_fetch_object</function> and + <function>sybase_fetch_array</function>, + <function>sybase_fetch_object</function> and <function>sybase_fetch_row</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-fetch-field.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-fetch-field.xml diff -u phpdoc/en/reference/sybase/functions/sybase-fetch-field.xml:1.6 phpdoc/en/reference/sybase/functions/sybase-fetch-field.xml:1.7 --- phpdoc/en/reference/sybase/functions/sybase-fetch-field.xml:1.6 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-fetch-field.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-fetch-field"> <refnamediv> @@ -8,13 +8,13 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>object</type><methodname>sybase_fetch_field</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>object</type><methodname>sybase_fetch_field</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + <methodparam choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam> + </methodsynopsis> <para> - Returns an object containing field information. + Returns an object containing field information. </para> <para> <function>sybase_fetch_field</function> can be used in order to @@ -46,7 +46,7 @@ <simpara> numeric - 1 if the column is numeric </simpara> - </listitem> + </listitem> <listitem> <simpara> type - datatype of the column http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-fetch-object.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-fetch-object.xml diff -u phpdoc/en/reference/sybase/functions/sybase-fetch-object.xml:1.6 phpdoc/en/reference/sybase/functions/sybase-fetch-object.xml:1.7 --- phpdoc/en/reference/sybase/functions/sybase-fetch-object.xml:1.6 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-fetch-object.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-fetch-object"> <refnamediv> @@ -8,20 +8,20 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>object</type><methodname>sybase_fetch_object</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - <methodparam choice="opt"><type>mixed</type><parameter>object</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>object</type><methodname>sybase_fetch_object</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + <methodparam choice="opt"><type>mixed</type><parameter>object</parameter></methodparam> + </methodsynopsis> <para> Returns an object with properties that correspond to the fetched row, or &false; if there are no more rows. </para> - <para> + <para> <function>sybase_fetch_object</function> is similar to <function>sybase_fetch_assoc</function>, with one difference - an object is returned, instead of an array. - </para> + </para> <para> Use the second <parameter>object</parameter> to specify the type of object you want to return. If this parameter is omitted, the object will be of @@ -69,7 +69,7 @@ class Foo { var $foo, $bar, $baz; } - + // {...] $qrh= sybase_query('SELECT foo, bar, baz FROM example'); $foo= sybase_fetch_object($qrh, 'Foo'); @@ -85,8 +85,8 @@ <function>sybase_fetch_array</function>, and almost as quick as <function>sybase_fetch_row</function> (the difference is insignificant). </para> - <para> - See also + <para> + See also <function>sybase_fetch_array</function> and <function>sybase_fetch_row</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-fetch-row.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-fetch-row.xml diff -u phpdoc/en/reference/sybase/functions/sybase-fetch-row.xml:1.6 phpdoc/en/reference/sybase/functions/sybase-fetch-row.xml:1.7 --- phpdoc/en/reference/sybase/functions/sybase-fetch-row.xml:1.6 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-fetch-row.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-fetch-row"> <refnamediv> @@ -8,10 +8,10 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>array</type><methodname>sybase_fetch_row</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>array</type><methodname>sybase_fetch_row</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + </methodsynopsis> <para> Returns an array that corresponds to the fetched row, or &false; if there are no more rows. @@ -57,7 +57,7 @@ </tgroup> </table> <para> - See also + See also <function>sybase_fetch_array</function>, <function>sybase_fetch_assoc</function>, <function>sybase_fetch_object</function>, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-field-seek.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-field-seek.xml diff -u phpdoc/en/reference/sybase/functions/sybase-field-seek.xml:1.4 phpdoc/en/reference/sybase/functions/sybase-field-seek.xml:1.5 --- phpdoc/en/reference/sybase/functions/sybase-field-seek.xml:1.4 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-field-seek.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-field-seek"> <refnamediv> @@ -8,11 +8,11 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>sybase_field_seek</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - <methodparam><type>int</type><parameter>field_offset</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>bool</type><methodname>sybase_field_seek</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + <methodparam><type>int</type><parameter>field_offset</parameter></methodparam> + </methodsynopsis> <para> Seeks to the specified field offset. If the next call to <function>sybase_fetch_field</function> won't include a field @@ -22,7 +22,7 @@ &return.success; </para> <para> - See also + See also <function>sybase_fetch_field</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-free-result.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-free-result.xml diff -u phpdoc/en/reference/sybase/functions/sybase-free-result.xml:1.4 phpdoc/en/reference/sybase/functions/sybase-free-result.xml:1.5 --- phpdoc/en/reference/sybase/functions/sybase-free-result.xml:1.4 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-free-result.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-free-result"> <refnamediv> @@ -8,10 +8,10 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>sybase_free_result</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>bool</type><methodname>sybase_free_result</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + </methodsynopsis> <para> <function>sybase_free_result</function> only needs to be called if you are worried about using too much memory while your script http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-get-last-message.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-get-last-message.xml diff -u phpdoc/en/reference/sybase/functions/sybase-get-last-message.xml:1.4 phpdoc/en/reference/sybase/functions/sybase-get-last-message.xml:1.5 --- phpdoc/en/reference/sybase/functions/sybase-get-last-message.xml:1.4 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-get-last-message.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.9 --> <refentry id="function.sybase-get-last-message"> <refnamediv> @@ -8,11 +8,11 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>string</type><methodname>sybase_get_last_message</methodname> - <void/> - </methodsynopsis> - <para> + <methodsynopsis> + <type>string</type><methodname>sybase_get_last_message</methodname> + <void/> + </methodsynopsis> + <para> <function>sybase_get_last_message</function> returns the last message reported by the server. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-min-client-severity.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-min-client-severity.xml diff -u phpdoc/en/reference/sybase/functions/sybase-min-client-severity.xml:1.7 phpdoc/en/reference/sybase/functions/sybase-min-client-severity.xml:1.8 --- phpdoc/en/reference/sybase/functions/sybase-min-client-severity.xml:1.7 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-min-client-severity.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.9 --> <refentry id="function.sybase-min-client-severity"> <refnamediv> @@ -8,19 +8,19 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>void</type><methodname>sybase_min_client_severity</methodname> - <methodparam><type>int</type><parameter>severity</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>void</type><methodname>sybase_min_client_severity</methodname> + <methodparam><type>int</type><parameter>severity</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_min_client_severity</function> sets the minimum client severity level. </para> - + &sybase.ct.only; - <para> - See also + <para> + See also <function>sybase_min_server_severity</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-min-error-severity.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-min-error-severity.xml diff -u phpdoc/en/reference/sybase/functions/sybase-min-error-severity.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-min-error-severity.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-min-error-severity.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-min-error-severity.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.9 --> <refentry id="function.sybase-min-error-severity"> <refnamediv> @@ -8,19 +8,19 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>void</type><methodname>sybase_min_error_severity</methodname> - <methodparam><type>int</type><parameter>severity</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>void</type><methodname>sybase_min_error_severity</methodname> + <methodparam><type>int</type><parameter>severity</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_min_error_severity</function> sets the minimum error severity level. </para> - + &sybase.db.only; - <para> - See also + <para> + See also <function>sybase_min_message_severity</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-min-message-severity.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-min-message-severity.xml diff -u phpdoc/en/reference/sybase/functions/sybase-min-message-severity.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-min-message-severity.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-min-message-severity.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-min-message-severity.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.9 --> <refentry id="function.sybase-min-message-severity"> <refnamediv> @@ -8,19 +8,19 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>void</type><methodname>sybase_min_message_severity</methodname> - <methodparam><type>int</type><parameter>severity</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>void</type><methodname>sybase_min_message_severity</methodname> + <methodparam><type>int</type><parameter>severity</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_min_message_severity</function> sets the minimum message severity level. </para> - + &sybase.db.only; - <para> - See also + <para> + See also <function>sybase_min_error_severity</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-min-server-severity.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-min-server-severity.xml diff -u phpdoc/en/reference/sybase/functions/sybase-min-server-severity.xml:1.7 phpdoc/en/reference/sybase/functions/sybase-min-server-severity.xml:1.8 --- phpdoc/en/reference/sybase/functions/sybase-min-server-severity.xml:1.7 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-min-server-severity.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.9 --> <refentry id="function.sybase-min-server-severity"> <refnamediv> @@ -8,19 +8,19 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>void</type><methodname>sybase_min_server_severity</methodname> - <methodparam><type>int</type><parameter>severity</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>void</type><methodname>sybase_min_server_severity</methodname> + <methodparam><type>int</type><parameter>severity</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_min_server_severity</function> sets the minimum server severity level. </para> &sybase.ct.only; - <para> - See also + <para> + See also <function>sybase_min_client_severity</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-num-fields.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-num-fields.xml diff -u phpdoc/en/reference/sybase/functions/sybase-num-fields.xml:1.4 phpdoc/en/reference/sybase/functions/sybase-num-fields.xml:1.5 --- phpdoc/en/reference/sybase/functions/sybase-num-fields.xml:1.4 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-num-fields.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-num-fields"> <refnamediv> @@ -8,17 +8,17 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>int</type><methodname>sybase_num_fields</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>int</type><methodname>sybase_num_fields</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + </methodsynopsis> <para> <function>sybase_num_fields</function> returns the number of fields in a result set. </para> - <para> - See also - <function>sybase_query</function>, + <para> + See also + <function>sybase_query</function>, <function>sybase_fetch_field</function> and <function>sybase_num_rows</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-num-rows.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-num-rows.xml diff -u phpdoc/en/reference/sybase/functions/sybase-num-rows.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-num-rows.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-num-rows.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-num-rows.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-num-rows"> <refnamediv> @@ -8,16 +8,16 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>int</type><methodname>sybase_num_rows</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>int</type><methodname>sybase_num_rows</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + </methodsynopsis> <para> <function>sybase_num_rows</function> returns the number of rows in a result set. </para> <para> - See also + See also <function>sybase_num_fields</function>, <function>sybase_query</function> and <function>sybase_fetch_row</function>. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-pconnect.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-pconnect.xml diff -u phpdoc/en/reference/sybase/functions/sybase-pconnect.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-pconnect.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-pconnect.xml:1.5 Mon Jun 6 11:48:42 2005 +++ phpdoc/en/reference/sybase/functions/sybase-pconnect.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-pconnect"> <refnamediv> @@ -8,15 +8,15 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>resource</type><methodname>sybase_pconnect</methodname> - <methodparam choice="opt"><type>string</type><parameter>servername</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>charset</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>appname</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>resource</type><methodname>sybase_pconnect</methodname> + <methodparam choice="opt"><type>string</type><parameter>servername</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>charset</parameter></methodparam> + <methodparam choice="opt"><type>string</type><parameter>appname</parameter></methodparam> + </methodsynopsis> + <para> Returns a positive Sybase persistent link identifier on success, or &false; on error. </para> @@ -24,19 +24,19 @@ <function>sybase_pconnect</function> acts very much like <function>sybase_connect</function> with two major differences. </para> - <para> + <para> First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one is found, an identifier for it will be returned instead of opening a new connection. </para> - <para> + <para> Second, the connection to the SQL server will not be closed when the execution of the script ends. Instead, the link will remain open for future use (<function>sybase_close</function> will not close links established by <function>sybase_pconnect</function>). </para> - <para> + <para> This type of links is therefore called 'persistent'. </para> <para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-query.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-query.xml diff -u phpdoc/en/reference/sybase/functions/sybase-query.xml:1.13 phpdoc/en/reference/sybase/functions/sybase-query.xml:1.14 --- phpdoc/en/reference/sybase/functions/sybase-query.xml:1.13 Fri Jun 24 09:11:47 2005 +++ phpdoc/en/reference/sybase/functions/sybase-query.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-query"> <refnamediv> @@ -8,11 +8,11 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>mixed</type><methodname>sybase_query</methodname> - <methodparam><type>string</type><parameter>query</parameter></methodparam> - <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>mixed</type><methodname>sybase_query</methodname> + <methodparam><type>string</type><parameter>query</parameter></methodparam> + <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> + </methodsynopsis> <para> Returns a positive Sybase result identifier on success, &false; on error, or &true; if the query was successful but didn't return any columns. @@ -26,8 +26,8 @@ called, and use it. </para> <para> - See also - <function>sybase_select_db</function> and + See also + <function>sybase_select_db</function> and <function>sybase_connect</function>. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-result.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-result.xml diff -u phpdoc/en/reference/sybase/functions/sybase-result.xml:1.4 phpdoc/en/reference/sybase/functions/sybase-result.xml:1.5 --- phpdoc/en/reference/sybase/functions/sybase-result.xml:1.4 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-result.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-result"> <refnamediv> @@ -8,13 +8,13 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>string</type><methodname>sybase_result</methodname> - <methodparam><type>resource</type><parameter>result</parameter></methodparam> - <methodparam><type>int</type><parameter>row</parameter></methodparam> - <methodparam><type>mixed</type><parameter>field</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>string</type><methodname>sybase_result</methodname> + <methodparam><type>resource</type><parameter>result</parameter></methodparam> + <methodparam><type>int</type><parameter>row</parameter></methodparam> + <methodparam><type>mixed</type><parameter>field</parameter></methodparam> + </methodsynopsis> + <para> Returns the contents of the cell at the row and offset in the specified Sybase result set. </para> @@ -37,7 +37,7 @@ </para> <para> Recommended high-performance alternatives: - <function>sybase_fetch_row</function>, + <function>sybase_fetch_row</function>, <function>sybase_fetch_array</function> and <function>sybase_fetch_object</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-select-db.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-select-db.xml diff -u phpdoc/en/reference/sybase/functions/sybase-select-db.xml:1.5 phpdoc/en/reference/sybase/functions/sybase-select-db.xml:1.6 --- phpdoc/en/reference/sybase/functions/sybase-select-db.xml:1.5 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-select-db.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 --> <refentry id="function.sybase-select-db"> <refnamediv> @@ -8,12 +8,12 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>sybase_select_db</methodname> - <methodparam><type>string</type><parameter>database_name</parameter></methodparam> - <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>bool</type><methodname>sybase_select_db</methodname> + <methodparam><type>string</type><parameter>database_name</parameter></methodparam> + <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_select_db</function> sets the current active database on the server that's associated with the specified link identifier. If no link identifier is specified, the last opened @@ -21,16 +21,16 @@ establish a link as if <function>sybase_connect</function> was called, and use it. </para> - <para> + <para> &return.success; </para> <para> Every subsequent call to <function>sybase_query</function> will be made on the active database. </para> - <para> + <para> See also - <function>sybase_connect</function>, + <function>sybase_connect</function>, <function>sybase_pconnect</function> and <function>sybase_query</function> </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-set-message-handler.xml?r1=1.11&r2=1.12&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-set-message-handler.xml diff -u phpdoc/en/reference/sybase/functions/sybase-set-message-handler.xml:1.11 phpdoc/en/reference/sybase/functions/sybase-set-message-handler.xml:1.12 --- phpdoc/en/reference/sybase/functions/sybase-set-message-handler.xml:1.11 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-set-message-handler.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <refentry id="function.sybase-set-message-handler"> <refnamediv> <refname>sybase_set_message_handler</refname> @@ -7,18 +7,18 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>sybase_set_message_handler</methodname> - <methodparam><type>callback</type><parameter>handler</parameter></methodparam> - <methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam> - </methodsynopsis> - <para> + <methodsynopsis> + <type>bool</type><methodname>sybase_set_message_handler</methodname> + <methodparam><type>callback</type><parameter>handler</parameter></methodparam> + <methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam> + </methodsynopsis> + <para> <function>sybase_set_message_handler</function> sets a user function to handle messages generated by the server. You may specify the name of a global function, or use an array to specify an object reference and a - method name. + method name. </para> - + &sybase.ct.only; <para> @@ -32,7 +32,7 @@ </para> <note> <para> - The <parameter>connection</parameter> parameter was added in + The <parameter>connection</parameter> parameter was added in PHP 4.3.5. </para> </note> @@ -42,11 +42,11 @@ <programlisting role="php"> <![CDATA[ <?php - function msg_handler($msgnumber, $severity, $state, $line, $text) + function msg_handler($msgnumber, $severity, $state, $line, $text) { var_dump($msgnumber, $severity, $state, $line, $text); } - + sybase_set_message_handler('msg_handler'); ?> ]]> @@ -58,12 +58,12 @@ <![CDATA[ <?php class Sybase { - function handler($msgnumber, $severity, $state, $line, $text) + function handler($msgnumber, $severity, $state, $line, $text) { var_dump($msgnumber, $severity, $state, $line, $text); } } - + $sybase= new Sybase(); sybase_set_message_handler(array($sybase, 'handler')); ?> @@ -78,14 +78,14 @@ // Return FALSE from this function to indicate you can't handle // this. The error is printed out as a warning, the way you're used // to it if there is no handler installed. - function msg_handler($msgnumber, $severity, $state, $line, $text) + function msg_handler($msgnumber, $severity, $state, $line, $text) { if (257 == $msgnumber) { return false; } var_dump($msgnumber, $severity, $state, $line, $text); } - + sybase_set_message_handler('msg_handler'); ?> ]]> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sybase/functions/sybase-unbuffered-query.xml?r1=1.12&r2=1.13&diff_format=u Index: phpdoc/en/reference/sybase/functions/sybase-unbuffered-query.xml diff -u phpdoc/en/reference/sybase/functions/sybase-unbuffered-query.xml:1.12 phpdoc/en/reference/sybase/functions/sybase-unbuffered-query.xml:1.13 --- phpdoc/en/reference/sybase/functions/sybase-unbuffered-query.xml:1.12 Wed Mar 30 16:03:26 2005 +++ phpdoc/en/reference/sybase/functions/sybase-unbuffered-query.xml Fri Jun 15 00:10:45 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <refentry id="function.sybase-unbuffered-query"> <refnamediv> <refname>sybase_unbuffered_query</refname> @@ -7,22 +7,22 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>resource</type><methodname>sybase_unbuffered_query</methodname> - <methodparam><type>string</type><parameter>query</parameter></methodparam> - <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam> - <methodparam choice="opt"><type>bool</type><parameter>store_result</parameter></methodparam> - </methodsynopsis> + <methodsynopsis> + <type>resource</type><methodname>sybase_unbuffered_query</methodname> + <methodparam><type>string</type><parameter>query</parameter></methodparam> + <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam> + <methodparam choice="opt"><type>bool</type><parameter>store_result</parameter></methodparam> + </methodsynopsis> <para> Returns a positive Sybase result identifier on success, or &false; on error. </para> - + &sybase.ct.only; - - <para> - <function>sybase_unbuffered_query</function> sends a query to the - currently active database on the server that's associated with the specified + + <para> + <function>sybase_unbuffered_query</function> sends a query to the + currently active database on the server that's associated with the specified link identifier. If the link identifier isn't specified, the last opened link is assumed. If no link is open, the function tries to establish a link as if <function>sybase_connect</function> was @@ -38,14 +38,14 @@ </para> <para> <function>sybase_num_rows</function> will only return the correct number - of rows if all result sets have been read. To Sybase, the number of rows + of rows if all result sets have been read. To Sybase, the number of rows is not known and is therefore computed by the client implementation. </para> <note> <para> If you don't read all of the resultsets prior to executing the next query, PHP will raise a warning and cancel all of the pending results. To get rid of - this, use <function>sybase_free_result</function> which will cancel pending + this, use <function>sybase_free_result</function> which will cancel pending results of an unbuffered query. </para> </note> @@ -82,7 +82,7 @@ </example> </para> <para> - See also + See also <function>sybase_query</function>. </para> </refsect1>