Home » 
        MCQs » 
        FuelPHP MCQs
    
        
    Which of the following Request class methods returns the value of the specified parameter?
    
    
    
	22. Which of the following Request class methods returns the value of the specified parameter?
    
      - Active
- Param
- Params
Answer: B) Param
    Explanation:
    The param method returns the value of the specified parameter.