PHP MySQL set Connection Timeout

后端 未结 6 707
醉梦人生
醉梦人生 2020-12-17 18:19

There are certain posts on MySQL connection set time out from PHP using mysql.connect_timeout. I want to know if this set timeout from PHP just time out the initial connecti

6条回答
  •  粉色の甜心
    2020-12-17 19:11

    sigalarm is your friend. You can set a alarm, and use a signal handler to detect the alarm.

    http://php.net/manual/en/function.pcntl-alarm.php

提交回复
热议问题