php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32570 mysqli_data_seek documentation says that it can be used with unbuffered results
Submitted: 2005-04-04 17:46 UTC Modified: 2005-04-05 12:58 UTC
From: jmarbas at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.3 OS: n/a
Private report: No CVE-ID: None
 [2005-04-04 17:46 UTC] jmarbas at hotmail dot com
Description:
------------
http://ca3.php.net/manual/en/function.mysqli-data-seek.php

Documentation for mysqli_data_seek function says:

"Note: This function can only be used with unbuffered results attained from the use of the mysqli_store_result() or mysqli_query() functions."

Shouldnt that be 'buffered' and not 'unbuffered' because mysqli_store_result() returns a buffered result set object.


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-05 12:58 UTC] dmytton@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Aug 16 09:01:28 2024 UTC