PHP 期限切れのページを最大実行時間

1.php.ini ディフォルト30秒
max_execution_time = 30

2.phpファイル下記コードを設定
ini_set('max_execution_time’,864000);

Source

Posted by arkgame