array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'sqlite3.lasterrormsg.php', 1 => 'SQLite3::lastErrorMsg', 2 => 'Returns English text describing the most recent failed SQLite request', ), 'up' => array ( 0 => 'class.sqlite3.php', 1 => 'SQLite3', ), 'prev' => array ( 0 => 'sqlite3.lasterrorcode.php', 1 => 'SQLite3::lastErrorCode', ), 'next' => array ( 0 => 'sqlite3.lastinsertrowid.php', 1 => 'SQLite3::lastInsertRowID', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sqlite3/sqlite3/lasterrormsg.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SQLite3::lastErrorMsg

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SQLite3::lastErrorMsg Returns English text describing the most recent failed SQLite request

说明

public SQLite3::lastErrorMsg(): string

Returns English text describing the most recent failed SQLite request.

参数

此函数没有参数。

返回值

Returns an English string describing the most recent failed SQLite request.