From daa03f0eded25128e4b0d458aaf13d2b51b28c7d Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 16 Dec 2009 13:54:21 +0000 Subject: [PATCH] Remove incorrect/redundant paragraph. Fix#50491 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292209 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-fetch-object.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reference/mysql/functions/mysql-fetch-object.xml b/reference/mysql/functions/mysql-fetch-object.xml index ab5667cc85..f329e40efb 100644 --- a/reference/mysql/functions/mysql-fetch-object.xml +++ b/reference/mysql/functions/mysql-fetch-object.xml @@ -53,12 +53,6 @@ Returns an object with string properties that correspond to the fetched row, or &false; if there are no more rows. - - mysql_fetch_row fetches one row of data from - the result associated with the specified result identifier. The - row is returned as an array. Each result column is stored in an - array offset, starting at offset 0. -