Home » PHP » PHP MySQL Database » Question
  1. Which one of the following methods recuperates any memory consumed by a result set?
    1. free()
    2. alloc()
    3. remover()
    4. destroy()
    5. None of these
Correct Option: A

Once this method is executed, the result set is no longer available.



Your comments will be displayed only after manual approval.