PHP

SQLite3::lastErrorCode

SQLite3::lastErrorCode

(PHP 5 >= 5.3.0, PHP 7)

SQLite3::lastErrorCode - 返回最近失败的SQLite请求的数字结果代码

描述

public int SQLite3::lastErrorCode ( void )

返回最近失败的SQLite请求的数字结果代码。

参数

该函数没有参数。

返回值

返回表示最近失败的SQLite请求的数字结果代码的整数值。

← SQLite3::exec

SQLite3::lastErrorMsg →