Zend
200-710 · Question #128
Which of these statements about PDO is NOT true?
The correct answer is B. Placeholders within PDO prepared statements need to be named.. See the full explanation below for the reasoning.
Question
Which of these statements about PDO is NOT true?
Options
- APDO has built-in support for Large Objects (LOBs).
- BPlaceholders within PDO prepared statements need to be named.
- CWhen something goes wrong, PDO can throw an instance of its own exception class.
- DPDO does not emulate missing database features.
How the community answered
(44 responses)- A5% (2)
- B84% (37)
- C2% (1)
- D9% (4)
Community Discussion
No community discussion yet for this question.