|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-08-01 10:44 UTC] 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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 19:00:01 2025 UTC |
"Object oriented style (all methods are equivalent): class mysqli_result { void free ( void ) void close ( void ) void free_result ( void ) }"