vrana Thu Mar 31 10:05:38 2005 EDT
Modified files: /phpdoc/en/reference/ibase/functions ibase-affected-rows.xml Log: Doesn't work with SELECT (bug #32454) http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml diff -u phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml:1.2 phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml:1.3 --- phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml:1.2 Wed Aug 18 11:39:25 2004 +++ phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml Thu Mar 31 10:05:35 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.ibase-affected-rows"> <refnamediv> <refname>ibase_affected_rows</refname> @@ -14,7 +14,8 @@ <methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam> </methodsynopsis> <para> - This function returns the number of rows that were affected by the previous query that was + This function returns the number of rows that were affected by the + previous query (INSERT, UPDATE or DELETE) that was executed from within the transaction context specified by <parameter>link_identifier</parameter>. If <parameter>link_identifier</parameter> is a connection resource, its default transaction is used.