The autoloader is registered with the PHP SPL autoloader using which of the following method?

33. The autoloader is registered with the PHP SPL autoloader using which of the following method?

  1. Create()
  2. Linked()
  3. Register()
  4. Loaded()

Answer: C) Register()

Explanation:

The autoloader is registered with the PHP SPL autoloader using the register() method.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.