(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.
Bu işlevin bağımsız değişkeni yoktur.
Returns true if the statement has been executed and still has rows to fetch,
false otherwise.
| Sürüm: | Açıklama |
|---|---|
| 8.5.0 | This method was added. |