(PHP 5 >= 5.3.3)
SQLite3::busyTimeout — Sets the busy connection handler
Sets a busy handler that will sleep until database is not locked or timeout is reached.
The miliseconds to sleep. Setting this value to a value less or equal to zero, will turn off an already set handler.
Returns TRUE on success, FALSE on failure.