Home » 
        MCQs » 
        PHP MCQs
    
        
    The PHP date() function returns the ____
    
    
    
    137. The PHP date() function returns the ____.
    
        - Current date and time of the localhost
- Current date and time of the server
- Current UTC time
- All of the above
Answer: B) Current date and time of the server
    Explanation:
    The PHP date() function returns the current date and time of the server.