nerdexam
Zend

200-530 · Question #184

How can a PHP extension be loaded? (Choose 2)

The correct answer is B. dl("extension.so"); D. extension=extension.so inside php.ini. See the full explanation below for the reasoning.

Question

How can a PHP extension be loaded? (Choose 2)

Options

  • Aini_set("extension", "extension.so");
  • Bdl("extension.so");
  • Cextension_load("extension.so");
  • Dextension=extension.so inside php.ini

How the community answered

(48 responses)
  • A
    8% (4)
  • B
    71% (34)
  • C
    21% (10)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice