Examveda
Examveda

Which one of the following methods is used to recuperating prepared statements resources?

A. end()

B. finish()

C. final()

D. close()

Answer: Option D

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Databases Handling

Join The Discussion

Related Questions on Databases Handling