Home » PHP » PHP MySQL Database » Question
  1. Which one of the following methods is used to recuperating prepared statements resources?
    1. close()
    2. final()
    3. finish()
    4. end()
    5. None of these
Correct Option: A

Once you’ve finished using a prepared statement, the resources it requires can be recuperated with the close() method.



Your comments will be displayed only after manual approval.