SQLite 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

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 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程