ID: 38281
Updated by: [EMAIL PROTECTED]
Reported By: seth at psydpu dot adsl dot dk
-Status: Open
+Status: Bogus
Bug Type: Documentation problem
Operating System: linux
PHP Version: Irrelevant
New Comment:
"Object oriented style (all methods are equivalent):
class mysqli_result {
void free ( void )
void close ( void )
void free_result ( void )
}"
Previous Comments:
------------------------------------------------------------------------
[2006-09-05 16:38:30] [EMAIL PROTECTED]
reclassified as docu problem
------------------------------------------------------------------------
[2006-08-01 10:44:56] seth at psydpu dot adsl dot dk
Description:
------------
http://uk.php.net/manual/en/function.mysqli-query.php
Under:
Example 1.Object oriented style
/* free result set */
$result->close();
Shouldn't this be:
$result->free();
NB: Similar to Bug #35055: Error in mysqli_fetch_object()
example
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=38281&edit=1