[Top]
Sql
Sql.sql_util
Sql.sql_util.UnicodeWrapper
|
Class Sql.sql_util.UnicodeWrapper
- Description
-
Result object wrapper performing utf8 decoding of all fields.
Useful for eg Mysql connections which have been set to utf8-mode
using eg "SET NAMES 'utf8'" .
- syntax
-
static object master_resultvoid Sql.sql_util.UnicodeWrapper(object master_result)
- Variable
field_info
-
static array(int|mapping(string:mixed)) field_info
- Description
-
Cached fetch_fields() result.
|