略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: sqlite_error_string

2024-04-28

sqlite_error_string

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_error_stringReturns the textual description of an error code

说明

sqlite_error_string ( int $error_code ) : string

Returns a human readable description of the error_code returned from sqlite_last_error().

参数

error_code

The error code being used, which might be passed in from sqlite_last_error().

返回值

Returns a human readable description of the error_code, as a string.

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.sqlite-error-string.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3