Refer to bug #30037

mysql_data_seek added reference to the corresponding mysql_fetch_*
mysqli: implementing the solution of bug 30037
        implementing &reftitle.seealso; and &reftitle.returnvalues; entities


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168307 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Enrique Garcia Briones 2004-09-10 14:17:24 +00:00
parent b92cf969c5
commit ddd6b55728
6 changed files with 38 additions and 22 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-data-seek">
<refnamediv>
@ -77,8 +77,12 @@ mysql_free_result($result);
</para>
<para>
See also
<function>mysql_query</function> and
<function>mysql_num_rows</function>.
<function>mysql_query</function>,
<function>mysql_num_rows</function>,
<function>mysql_fetch_row</function>,
<function>mysql_fetch_assoc</function>,
<function>mysql_fetch_array</function>, and
<function>mysql_fetch_object</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry id="function.mysqli-data-seek">
<refnamediv>
<refname>mysqli_data_seek</refname>
@ -37,16 +37,20 @@
</note>
</refsect1>
<refsect1>
<title>Return values</title>
&reftitle.returnvalues;
<para>
&return.success;
</para>
</refsect1>
<refsect1>
<title>See also</title>
&reftitle.seealso;
<para>
<function>mysqli_store_result</function>,
<function>mysqli_fetch_row</function>,
<function>mysqli_fetch_array</function>,
<function>mysqli_fetch_assoc</function>,
<function>mysqli_fetch_object</function>,
<function>mysqli_query</function>,
<function>mysqli_num_rows</function>.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry id="function.mysqli-fetch-array">
<refnamediv>
<refname>mysqli_fetch_array</refname>
@ -54,17 +54,19 @@
</para>
</refsect1>
<refsect1>
<title>Return values</title>
&reftitle.returnvalues;
<para>
Returns an array that corresponds to the fetched row or &null; if there are no more rows in resultset.
</para>
</refsect1>
<refsect1>
<title>See also</title>
&reftitle.seealso;
<para>
<function>mysqli_fetch_assoc</function>,
<function>mysqli_fetch_row</function>,
<function>mysqli_fetch_object</function>.
<function>mysqli_fetch_object</function>,
<function>mysqli_query</function>,
<function>mysqli_data_seek</function>.
</para>
</refsect1>
<refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry id="function.mysqli-fetch-assoc">
<refnamediv>
<refname>mysqli_fetch_assoc</refname>
@ -43,17 +43,19 @@
&database.fetch-null;
</refsect1>
<refsect1>
<title>Return values</title>
&reftitle.returnvalues;
<para>
Returns an array that corresponds to the fetched row or &null; if there are no more rows in resultset.
</para>
</refsect1>
<refsect1>
<title>See also</title>
&reftitle.seealso;
<para>
<function>mysqli_fetch_array</function>,
<function>mysqli_fetch_row</function>,
<function>mysqli_fetch_object</function>.
<function>mysqli_fetch_object</function>,
<function>mysqli_query</function>,
<function>mysqli_data_seek</function>.
</para>
</refsect1>
<refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry id="function.mysqli-fetch-object">
<refnamediv>
<refname>mysqli_fetch_object</refname>
@ -29,7 +29,7 @@
</para>
</refsect1>
<refsect1>
<title>Return values</title>
&reftitle.returnvalues;
<para>
Returns an object that corresponds to the fetched row or &null; if there are no more rows in resultset.
</para>
@ -37,11 +37,13 @@
&database.fetch-null;
</refsect1>
<refsect1>
<title>See also</title>
&reftitle.seealso;
<para>
<function>mysqli_fetch_array</function>,
<function>mysqli_fetch_assoc</function>,
<function>mysqli_fetch_row</function>.
<function>mysqli_fetch_row</function>,
<function>mysqli_query</function>,
<function>mysqli_data_seek</function>.
</para>
</refsect1>
<refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry id="function.mysqli-fetch-row">
<refnamediv>
<refname>mysqli_fetch_row</refname>
@ -34,7 +34,7 @@
</para>
</refsect1>
<refsect1>
<title>Return values</title>
&reftitle.returnvalues;
<para>
<function>mysqli_fetch_row</function> returns an array that corresponds to the fetched row
or &null; if there are no more rows in result set.
@ -42,11 +42,13 @@
&database.fetch-null;
</refsect1>
<refsect1>
<title>See also</title>
&reftitle.seealso;
<para>
<function>mysqli_fetch_array</function>,
<function>mysqli_fetch_assoc</function>,
<function>mysqli_fetch_object</function>.
<function>mysqli_fetch_object</function>,
<function>mysqli_query</function>,
<function>mysqli_data_seek</function>.
</para>
</refsect1>
<refsect1>