Home >Backend Development >PHP Tutorial >php response timeout
When using webapi to request remote server data, the following error is reported
php.ini default maximum timeout is 120 seconds, if exceeded, an error will be reported! Modify the default max_execution_time = 120 and change the value to a larger value.
The above has introduced PHP response timeout, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.