downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3::changes> <SQLite3
[edit] Last updated: Fri, 25 May 2012

view this page in

SQLite3::busyTimeout

(PHP 5 >= 5.3.3)

SQLite3::busyTimeout接続がビジー状態のときのハンドラを設定する

説明

public bool SQLite3::busyTimeout ( int $msecs )

ビジーハンドラを設定します。 これは、データベースのロックが解除されるかあるいはタイムアウトに達するまでスリープさせます。

パラメータ

msecs

スリープさせる時間 (ミリ秒)。この値をゼロ以下にすると、 すでに設定されているタイムアウトハンドラを無効にします。

返り値

成功した場合に TRUE、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes SQLite3::busyTimeout
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites