SQLite Функции
PHP Manual

sqlite_error_string

(PHP 5, PECL sqlite >= 1.0.0)

sqlite_error_stringReturns the textual description of an error code

Описание

string sqlite_error_string ( int $error_code )

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

Параметри

error_code

The error code being used, which might be passed in from sqlite_last_error().

Връщани стойности

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

Вж. също


SQLite Функции
PHP Manual