Q. Which PHP function delays execution for a number of seconds?
β
Correct Answer: (A)
sleep()
Explanation: sleep() delays execution in seconds.