update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the busy connection handler

SQLite3::busyTimeout

(PHP 5 >= 5.3.3)

SQLite3::busyTimeoutSets the busy connection handler

설명

public bool SQLite3::busyTimeout ( int $msecs )

Sets a busy handler that will sleep until the database is not locked or the timeout is reached.

인수

msecs

The milliseconds to sleep. Setting this value to a value less than or equal to zero, will turn off an already set timeout handler.

반환값

Returns TRUE on success, FALSE on failure.