PHP » GoLang |
login |
register |
about
|
GoLang sqlite_last_error
request it (372)
GoLang replacement for PHP's sqlite_last_error
[edit | history]
sqlite_last_errorSQLiteDatabase::lastError(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_last_error -- SQLiteDatabase::lastError — Returns the error code of the last error for a database Description
int sqlite_last_error
( resource
$dbhandle
)Object oriented style (method):
public int SQLiteDatabase::lastError
( void
)
Returns the error code from the last operation performed on
Parameters
Return ValuesReturns an error code, or 0 if no error occurred. |
more
Recently updated
more
Most requested
more
Last requests
|