(PHP 7 >= 7.4.0, PHP 8)
SQLite3::lastExtendedErrorCode — Returns the numeric extended result code of the most recent failed SQLite request
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.