PHP » GoLang |
login |
register |
about
|
GoLang sqlite_busy_timeout
request it (327)
GoLang replacement for PHP's sqlite_busy_timeout
[edit | history]
sqlite_busy_timeoutSQLiteDatabase::busyTimeout(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_busy_timeout -- SQLiteDatabase::busyTimeout — Set 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 |
more
Recently updated
more
Most requested
more
Last requests
|