dallas Sat Sep 28 06:46:29 2002 EDT Modified files: /phpdoc/en/reference/mssql/functions mssql-fetch-array.xml Log: Return type should be array. Index: phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.2 phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.3 --- phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.2 Wed Apr 17 02:41:00 2002 +++ phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml Sat Sep 28 06:46:29 +2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 --> <refentry id="function.mssql-fetch-array"> <refnamediv> @@ -9,7 +9,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>int</type><methodname>mssql_fetch_array</methodname> + <type>array</type><methodname>mssql_fetch_array</methodname> <methodparam><type>int</type><parameter>result</parameter></methodparam> </methodsynopsis> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php