首页 > 技术文章 > PHP 设置代码执行时间

laowenBlog 2016-09-27 10:02 原文

<?php

ini_set('max_execution_time', '0');

set_time_limit(0);

?>

推荐阅读