SQLite3::lastErrorCode

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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

說明

public SQLite3::lastErrorCode(): int

Returns the numeric result code of the most recent failed SQLite request.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

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