Remove incorrect/redundant paragraph. Fix#50491

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292209 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-12-16 13:54:21 +00:00
parent ca29a9026f
commit daa03f0ede

View file

@ -53,12 +53,6 @@
Returns an <type>object</type> with string properties that correspond to the
fetched row, or &false; if there are no more rows.
</para>
<para>
<function>mysql_fetch_row</function> 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.
</para>
</refsect1>
<refsect1 role="changelog">