Q. Which PHP function returns the current script execution time limit?
β
Correct Answer: (B)
ini_get('max_execution_time')
Explanation: ini_get() reads the execution time limit.