sqlite_libencoding()
sqlite_libencoding - Returns the encoding of the linked SQLite library
Syntax
string sqlite_libencoding ()
Arguments
-
Description
The SQLite library may be compiled in either ISO-8859-1or UTF-8compatible modes. This function allows you to determine which encoding scheme is used by your version of the library.
Version
PHP 5, PECL sqlite >= 1.0.0
Return value
Returns the library encoding.