mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
also mention mysql_data_seek (from user notes)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6517541631
commit
10b4cb27c5
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-unbuffered-query">
|
||||
<refnamediv>
|
||||
|
@ -32,8 +32,8 @@
|
|||
<note>
|
||||
<para>
|
||||
The benefits of <function>mysql_unbuffered_query</function> come
|
||||
at a cost: You cannot use <function>mysql_num_rows</function> on
|
||||
a result set returned from
|
||||
at a cost: You cannot use <function>mysql_num_rows</function> and
|
||||
<function>mysql_data_seek</function> on a result set returned from
|
||||
<function>mysql_unbuffered_query</function>. You also have to
|
||||
fetch all result rows from an unbuffered SQL query, before you
|
||||
can send a new SQL query to MySQL.
|
||||
|
|
Loading…
Reference in a new issue