Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which one of the following methods recuperates any memory consumed by a result set?

  2. A.

     destroy()

    B.

     remover()

    C.

     alloc()

    D.

     free()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment