(PHP 8 >= 8.5.0)
SQLite3Stmt::busy — Returns whether the statement has been fetched but not yet completed
Returns whether the statement is busy, i.e. it has been started with SQLite3Stmt::execute() and has rows remaining to be fetched, but has not yet been completed or reset.
この関数にはパラメータはありません。
| バージョン | 説明 |
|---|---|
| 8.5.0 | This method was added. |