PHP

SQLite3::lastErrorMsg

SQLite3::lastErrorMsg

(PHP 5 >= 5.3.0, PHP 7)

SQLite3 :: lastErrorMsg - 返回描述最近失败的SQLite请求的英文文本

描述

public string SQLite3::lastErrorMsg ( void )

返回描述最近失败的SQLite请求的英文文本。

参数

该函数没有参数。

返回值

返回描述最近失败的SQLite请求的英文字符串。

← SQLite3::lastErrorCode

SQLite3::lastInsertRowID →