Searched refs:busyTimeout (Results 1 – 4 of 4) sorted by relevance
2 public bool SQLite3::busyTimeout ( int $msecs );10 var_dump($db->busyTimeout(0));11 var_dump($db->busyTimeout(-1000));12 var_dump($db->busyTimeout(1000));
195 public function busyTimeout(int $milliseconds): bool {} function in SQLite3
176 ZEND_METHOD(SQLite3, busyTimeout);223 ZEND_ME(SQLite3, busyTimeout, arginfo_class_SQLite3_busyTimeout, ZEND_ACC_PUBLIC)
361 PHP_METHOD(SQLite3, busyTimeout) in PHP_METHOD() argument
Completed in 16 milliseconds