mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
ca29a9026f
commit
daa03f0ede
1 changed files with 0 additions and 6 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue