nerdexam
National_Instruments

200-500 · Question #169

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

(35 responses)
  • A
    6% (2)
  • B
    80% (28)
  • C
    14% (5)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice