php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #45795 MySQLi_Result::close() not documented
Submitted: 2008-08-12 11:21 UTC Modified: 2009-11-20 13:59 UTC
Votes:4
Avg. Score:4.2 ± 0.8
Reproduced:4 of 4 (100.0%)
Same Version:1 (25.0%)
Same OS:1 (25.0%)
From: martin dot lacher at web dot de Assigned: tularis (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
 [2008-08-12 11:21 UTC] martin dot lacher at web dot de
Description:
------------
$result->close() is used in http://www.php.net/manual/en/mysqli.query.php

but there's no documentation in http://www.php.net/manual/en/class.mysqli-result.php or any other mysqli documentation on php.net


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-12 15:15 UTC] tularis@php.net
Aside of 
MySQLi_Result::close()
Also 
MySQLi_Result::free_result() and MySQLi_Result::fetch_all() are missing. I'll add them in a min.
 [2008-11-05 10:17 UTC] vrana@php.net
mysqli_fetch_all() documented.

MySQLi_Result::close() and MySQLi_Result::free_result() are documented aliases of MySQLi_Result::free() but this documentation is missing at class.mysqli-result.
 [2009-11-20 13:59 UTC] vrana@php.net
Build system would need to be changed to include all OO synopses.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 02:00:02 2026 UTC