InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following methods recuperates any memory consumed by a result set?(a) destroy()(b) mysqli_free_result()(c) alloc()(d) free()I have been asked this question in my homework.I need to ask this question from Working with Databases-2 topic in portion Objects and Databases in PHP of PHP |
|
Answer» The CORRECT answer is (B) mysqli_free_result() |
|