mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253557 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c15a3692c2
commit
b34d0d9a52
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<refentry xml:id="function.mysql-fetch-row" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysql_fetch_row</refname>
|
||||
|
@ -76,7 +76,7 @@ echo $row[1]; // the email value
|
|||
<simplelist>
|
||||
<member><function>mysql_fetch_array</function></member>
|
||||
<member><function>mysql_fetch_assoc</function></member>
|
||||
<member><function>mysql_data_object</function></member>
|
||||
<member><function>mysql_fetch_object</function></member>
|
||||
<member><function>mysql_data_seek</function></member>
|
||||
<member><function>mysql_fetch_lengths</function></member>
|
||||
<member><function>mysql_result</function></member>
|
||||
|
|
Loading…
Reference in a new issue