InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following methods is used to recuperating prepared statements resources?(a) end()(b) finish()(c) mysqli_close()(d) close()This question was addressed to me by my school principal while I was bunking the class.I need to ask this question from Working with Databases-2 in portion Objects and Databases in PHP of PHP |
|
Answer» Right option is (c) mysqli_close() |
|