|
sqlite_busy_timeoutSQLiteDatabase::busyTimeoutSet busy timeout duration, or disable busy handlers Description
void sqlite_busy_timeout
( resource
$dbhandle
, int $milliseconds
)Object oriented style (method):
public void SQLiteDatabase::busyTimeout
( int
$milliseconds
)
Set the maximum time, in milliseconds, that SQLite will wait for a
Parameters
Return ValuesNo value is returned. Examples
Example #1 Procedural style
<?php
Example #2 Object oriented style
<?php See Also
|