Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     end()

    B.

     finish()

    C.

     final()

    D.

     close()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment