(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.
Esta función no contiene ningún parámetro.
Returns true if the statement has been executed and still has rows to fetch,
false otherwise.
| Versión | Descripción |
|---|---|
| 8.5.0 | This method was added. |