Home » 
        MCQs » 
        Phalcon MCQs
    
        
    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?
    
      - Create()
- Linked()
- Register()
- Loaded()
Answer: C) Register()
    Explanation:
    The autoloader is registered with the PHP SPL autoloader using the register() method.