Vidyalelo
PHP · Q18

Databases Handling

Programming · PHP · question 18

Q18

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

A.
end()
B.
finish()
C.
final()
D.
close()
Answer

Answer: Option D

Solution

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