sqlite_error_string

Example

 string sqlite_error_string ( int $error_code ) 

Description

Returns a human readable description of the error_code returned from sqlite_last_error().

Return Values

Returns a human readable description of the error_code, as a string.