SQLite3::lastErrorCode

(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.

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.