Class MultiByte

Description

Located in /system/classes/multibyte.php (line 13)


	
			
Class Constant Summary
Variable Summary
static mixed $hab_enc
Method Summary
static void convert_encoding ( $str, [ $use_enc = null], [ $from_enc = null])
static void detect_encoding ( $str)
static void hab_encoding ([ $use_enc = null])
static void library ([ $new_library = null])
static void strlen ( $str, [ $use_enc = null])
static void strtolower ( $str, [ $use_enc = null])
static void strtoupper ( $str, [ $use_enc = null])
static void substr ( $str,  $begin, [ $len = null], [ $use_enc = null])
Variables
static mixed $hab_enc = 'UTF-8' (line 21)
Methods
static method convert_encoding (line 99)
  • access: public
static void convert_encoding ( $str, [ $use_enc = null], [ $from_enc = null])
  • $str
  • $use_enc
  • $from_enc
static method detect_encoding (line 129)
  • access: public
static void detect_encoding ( $str)
  • $str
static method hab_encoding (line 47)
  • access: public
static void hab_encoding ([ $use_enc = null])
  • $use_enc
static method library (line 70)
  • access: public
static void library ([ $new_library = null])
  • $new_library
static method strlen (line 199)
  • access: public
static void strlen ( $str, [ $use_enc = null])
  • $str
  • $use_enc
static method strtolower (line 232)
  • access: public
static void strtolower ( $str, [ $use_enc = null])
  • $str
  • $use_enc
static method strtoupper (line 261)
  • access: public
static void strtoupper ( $str, [ $use_enc = null])
  • $str
  • $use_enc
static method substr (line 167)
  • access: public
static void substr ( $str,  $begin, [ $len = null], [ $use_enc = null])
  • $str
  • $begin
  • $len
  • $use_enc
Class Constants
USE_MBSTRING = 0 (line 16)

Documentation generated on Thu, 30 Oct 2008 20:31:21 +0100 by phpDocumentor 1.3.2