PHP - Manual: sqlite_error_string
2024-11-14
(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
sqlite_error_string — Returns the textual description of an error code
$error_code
) : string
Returns a human readable description of the
error_code
returned from
sqlite_last_error().
Returns a human readable description of the error_code
,
as a string.
官方地址:https://www.php.net/manual/en/function.sqlite-error-string.php