Query: sqlite_error_string
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLITE_ERROR_STRING(3) SQLITE_ERROR_STRING(3) sqlite_error_string - Returns the textual description of an error codeSYNOPSISstring sqlite_error_string (int $error_code)DESCRIPTIONReturns a human readable description of the $error_code returned from sqlite_last_error(3).PARAMETERSo $error_code - The error code being used, which might be passed in from sqlite_last_error(3).RETURN VALUESReturns a human readable description of the $error_code, as a string.SEE ALSOsqlite_last_error(3). PHP Documentation Group SQLITE_ERROR_STRING(3)