On using ini_set('max_execution_time', 0);

后端 未结 3 1826
囚心锁ツ
囚心锁ツ 2020-12-30 05:40

How do I use ini_set(\'max_execution_time\', 0);?

Question 1: Do I place it at the top of the .PHP file or in a function that takes a

3条回答
  •  时光说笑
    2020-12-30 06:27

    Answer 1: before you execute the long-running code

    Answer 2: it lasts until the php process ends

提交回复
热议问题