didou Tue Jul 8 04:48:45 2003 EDT Modified files: /phpdoc/en/reference/dba/functions dba-fetch.xml Log: using two methodsynopsis as suggested by Derick Index: phpdoc/en/reference/dba/functions/dba-fetch.xml diff -u phpdoc/en/reference/dba/functions/dba-fetch.xml:1.4 phpdoc/en/reference/dba/functions/dba-fetch.xml:1.5 --- phpdoc/en/reference/dba/functions/dba-fetch.xml:1.4 Tue Nov 5 10:45:37 2002 +++ phpdoc/en/reference/dba/functions/dba-fetch.xml Tue Jul 8 04:48:45 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/dba.xml, last change in rev 1.2 --> <refentry id="function.dba-fetch"> <refnamediv> @@ -11,7 +11,12 @@ <methodsynopsis> <type>string</type><methodname>dba_fetch</methodname> <methodparam><type>string</type><parameter>key</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>skip</parameter></methodparam> + <methodparam><type>resource</type><parameter>handle</parameter></methodparam> + </methodsynopsis> + <methodsynopsis> + <type>string</type><methodname>dba_fetch</methodname> + <methodparam><type>string</type><parameter>key</parameter></methodparam> + <methodparam><type>int</type><parameter>skip</parameter></methodparam> <methodparam><type>resource</type><parameter>handle</parameter></methodparam> </methodsynopsis> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php