Question about loading php classes in namespaces

Source: Internet
Author: User
{Code...}: Does automatic loading mean that automatic loading will call functions such as spl_autoload_register.

  

Do you mean automatic loading? It means calling functions such as spl_autoload_register.

Reply content:

   

Do you mean automatic loading? It means calling functions such as spl_autoload_register.

HereAutomatic LoadingIt should beAutomatic Loading. Howeverspl_autoload_registerNot innew B()The time is called -- it should have been called before.new B()Automatic loading is only called in the order of previous registrationspl_autoload_registerThe registered automatic loader.

For example, two automatic loaders have been registered as follows:

spl_autoload_register(foo);spl_autoload_register(bar);

Innew B()Will be called firstfooCall laterbar...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.