Home >Backend Development >PHP Tutorial >php response timeout

php response timeout

WBOY
WBOYOriginal
2016-07-28 08:25:321206browse

When using webapi to request remote server data, the following error is reported

 php响应超时

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn