For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2006 > cvs: phpdoc /en/reference/mysql/functions mysql-data-seek.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/mysql/functions mysql-data-seek.xml
Philip Olson

2006-04-26, 6:59 pm

philip Wed Apr 26 16:20:04 2006 UTC

Modified files:
/phpdoc/en/reference/mysql/functions mysql-data-s.xml
Log:
Sed row retrieval applies to other functions aside from mysql_fetch_row()


[url]http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysql/functions/mysql-data-s.xml?r1=1.17&r2=1.18&diff_format=u[/url]
Index: phpdoc/en/reference/mysql/functions/mysql-data-s.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-data-s.xml:1.17 phpdoc/en/reference/mysql/functions/mysql-data-s.xml:1.18
--- phpdoc/en/reference/mysql/functions/mysql-data-s.xml:1.17 Thu Mar 31 07:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-data-s.xml Wed Apr 26 16:20:04 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<refentry id="function.mysql-data-s">
<refnamediv>
<refname>mysql_data_s</refname>
@@ -16,7 +16,8 @@
<function>mysql_data_s</function> moves the internal row
pointer of the MySQL result associated with the specified result
identifier to point to the specified row number. The next call
- to <function>mysql_fetch_row</function> would return that row.
+ to a MySQL fetch function, such as <function>mysql_fetch_assoc</function>,
+ would return that row.
</para>
<para>
<parameter>row_number</parameter> starts at 0. The
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com