Source Code:
(back to article)
<?php $max_execution_time = ini_get('max_execution_time'); echo "Max execution time is set to $max_execution_time seconds";
Result:
Report an issue