mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug 32570
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183648 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
800e297a95
commit
b2434c24f7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry id="function.mysqli-data-seek">
|
||||
<refnamediv>
|
||||
<refname>mysqli_data_seek</refname>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function can only be used with unbuffered results attained from the use of the
|
||||
This function can only be used with buffered results attained from the use of the
|
||||
<function>mysqli_store_result</function> or <function>mysqli_query</function> functions.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue