(PHP 5 >= 5.3.0, PHP 7)
Returns the numeric result code of the most recent failed SQLite request
public int SQLite3::lastErrorCode ( void )
Returns the numeric result code of the most recent failed SQLite request.
Returns:
Returns an integer value representing the numeric result code of the most recent failed SQLite request.
Please login to continue.