PHP 8.5.10 Released!

SQLite3::lastExtendedErrorCode

(PHP 7 >= 7.4.0, PHP 8)

SQLite3::lastExtendedErrorCode Returns the numeric extended result code of the most recent failed SQLite request

说明

public function SQLite3::lastExtendedErrorCode(): int

Returns the numeric extended result code of the most recent failed SQLite request. Unlike SQLite3::lastErrorCode(), this method always returns the extended result code, whether or not extended result codes have been enabled with SQLite3::enableExtendedResultCodes().

参数

此函数没有参数。

返回值

Returns an integer value representing the numeric extended result code of the most recent failed SQLite request.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top