Briefing Zend Knowledge

Which of the following statements is true?

Which of the following statements is true?

A.
All PHP database extensions support prepared statements

B.
All PHP database extensions come with their own special helper functions to escape
user data to be used in dynamic SQL queries

C.
All PHP database extensions provide an OOP interface

D.
All PHP database extensions appear in the output of php -m , if installed and enabled

Explanation: