bootstrap.php
        
    Table of Contents
    
    Constants
    
            - 
    MB_CASE_LOWER
    
         = 1                            
 
            - 
    MB_CASE_TITLE
    
         = 2                            
 
            - 
    MB_CASE_UPPER
    
         = 0                            
 
    
    Functions
    
            - 
    mb_convert_encoding()
    
                                 : mixed    
 
            - 
    mb_decode_mimeheader()
    
                                 : mixed    
 
            - 
    mb_encode_mimeheader()
    
                                 : mixed    
 
            - 
    mb_decode_numericentity()
    
                                 : mixed    
 
            - 
    mb_encode_numericentity()
    
                                 : mixed    
 
            - 
    mb_convert_case()
    
                                 : mixed    
 
            - 
    mb_internal_encoding()
    
                                 : mixed    
 
            - 
    mb_language()
    
                                 : mixed    
 
            - 
    mb_list_encodings()
    
                                 : mixed    
 
            - 
    mb_encoding_aliases()
    
                                 : mixed    
 
            - 
    mb_check_encoding()
    
                                 : mixed    
 
            - 
    mb_detect_encoding()
    
                                 : mixed    
 
            - 
    mb_detect_order()
    
                                 : mixed    
 
            - 
    mb_parse_str()
    
                                 : mixed    
 
            - 
    mb_strlen()
    
                                 : mixed    
 
            - 
    mb_strpos()
    
                                 : mixed    
 
            - 
    mb_strtolower()
    
                                 : mixed    
 
            - 
    mb_strtoupper()
    
                                 : mixed    
 
            - 
    mb_substitute_character()
    
                                 : mixed    
 
            - 
    mb_substr()
    
                                 : mixed    
 
            - 
    mb_stripos()
    
                                 : mixed    
 
            - 
    mb_stristr()
    
                                 : mixed    
 
            - 
    mb_strrchr()
    
                                 : mixed    
 
            - 
    mb_strrichr()
    
                                 : mixed    
 
            - 
    mb_strripos()
    
                                 : mixed    
 
            - 
    mb_strrpos()
    
                                 : mixed    
 
            - 
    mb_strstr()
    
                                 : mixed    
 
            - 
    mb_get_info()
    
                                 : mixed    
 
            - 
    mb_http_output()
    
                                 : mixed    
 
            - 
    mb_strwidth()
    
                                 : mixed    
 
            - 
    mb_substr_count()
    
                                 : mixed    
 
            - 
    mb_output_handler()
    
                                 : mixed    
 
            - 
    mb_http_input()
    
                                 : mixed    
 
            - 
    mb_convert_variables()
    
                                 : mixed    
 
            - 
    mb_ord()
    
                                 : mixed    
 
            - 
    mb_chr()
    
                                 : mixed    
 
            - 
    mb_scrub()
    
                                 : mixed    
 
            - 
    mb_str_split()
    
                                 : mixed    
 
            - 
    mb_str_pad()
    
                                 : string    
 
            - 
    mb_ucfirst()
    
                                 : string    
 
            - 
    mb_lcfirst()
    
                                 : string    
 
            - 
    mb_trim()
    
                                 : string    
 
            - 
    mb_ltrim()
    
                                 : string    
 
            - 
    mb_rtrim()
    
                                 : string    
 
    
        
    
        
                    
    
        MB_CASE_LOWER
        
    
    
    
    
    
    public
        mixed
    MB_CASE_LOWER
    = 1
    
    
    
    
                    
    
        MB_CASE_TITLE
        
    
    
    
    
    
    public
        mixed
    MB_CASE_TITLE
    = 2
    
    
    
    
                    
    
        MB_CASE_UPPER
        
    
    
    
    
    
    public
        mixed
    MB_CASE_UPPER
    = 0
    
    
    
    
            
            
        
                    
    
        mb_convert_encoding()
        
    
    
    
    
    
    
                    mb_convert_encoding(mixed $string, mixed $to_encoding[, mixed $from_encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $to_encoding
                : mixed
                            
 
            - 
                
            
 
                    - 
                $from_encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
    
    
    
    
    
                    mb_decode_mimeheader(mixed $string) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
    
    
    
    
    
                    mb_encode_mimeheader(mixed $string[, mixed $charset = null ][, mixed $transfer_encoding = null ][, mixed $newline = "
" ][, mixed $indent = 0 ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $charset
                : mixed
                 = null            
 
            - 
                
            
 
                    - 
                $transfer_encoding
                : mixed
                 = null            
 
            - 
                
            
 
                    - 
                $newline
                : mixed
                 = "
"            
 
            - 
                
            
 
                    - 
                $indent
                : mixed
                 = 0            
 
            - 
                
            
 
            
    
    
                    
    
        mb_decode_numericentity()
        
    
    
    
    
    
    
                    mb_decode_numericentity(mixed $string, mixed $map[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $map
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_encode_numericentity()
        
    
    
    
    
    
    
                    mb_encode_numericentity(mixed $string, mixed $map[, mixed $encoding = null ][, mixed $hex = false ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $map
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
                    - 
                $hex
                : mixed
                 = false            
 
            - 
                
            
 
            
    
    
                    
    
        mb_convert_case()
        
    
    
    
    
    
    
                    mb_convert_case(mixed $string, mixed $mode[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $mode
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_internal_encoding()
        
    
    
    
    
    
    
                    mb_internal_encoding([mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_language()
        
    
    
    
    
    
    
                    mb_language([mixed $language = null ]) : mixed
    
        Parameters
    
                    - 
                $language
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_list_encodings()
        
    
    
    
    
    
    
                    mb_list_encodings() : mixed
    
    
    
    
                    
    
        mb_encoding_aliases()
        
    
    
    
    
    
    
                    mb_encoding_aliases(mixed $encoding) : mixed
    
        Parameters
    
                    - 
                $encoding
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        mb_check_encoding()
        
    
    
    
    
    
    
                    mb_check_encoding([mixed $value = null ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $value
                : mixed
                 = null            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_detect_encoding()
        
    
    
    
    
    
    
                    mb_detect_encoding(mixed $string[, mixed $encodings = null ][, mixed $strict = false ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encodings
                : mixed
                 = null            
 
            - 
                
            
 
                    - 
                $strict
                : mixed
                 = false            
 
            - 
                
            
 
            
    
    
                    
    
        mb_detect_order()
        
    
    
    
    
    
    
                    mb_detect_order([mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_parse_str()
        
    
    
    
    
    
    
                    mb_parse_str(mixed $string[, mixed &$result = [] ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $result
                : mixed
                 = []            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strlen()
        
    
    
    
    
    
    
                    mb_strlen(mixed $string[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strpos()
        
    
    
    
    
    
    
                    mb_strpos(mixed $haystack, mixed $needle[, mixed $offset = 0 ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $offset
                : mixed
                 = 0            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strtolower()
        
    
    
    
    
    
    
                    mb_strtolower(mixed $string[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strtoupper()
        
    
    
    
    
    
    
                    mb_strtoupper(mixed $string[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_substitute_character()
        
    
    
    
    
    
    
                    mb_substitute_character([mixed $substitute_character = null ]) : mixed
    
        Parameters
    
                    - 
                $substitute_character
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_substr()
        
    
    
    
    
    
    
                    mb_substr(mixed $string, mixed $start[, mixed $length = 2147483647 ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $start
                : mixed
                            
 
            - 
                
            
 
                    - 
                $length
                : mixed
                 = 2147483647            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_stripos()
        
    
    
    
    
    
    
                    mb_stripos(mixed $haystack, mixed $needle[, mixed $offset = 0 ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $offset
                : mixed
                 = 0            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_stristr()
        
    
    
    
    
    
    
                    mb_stristr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $before_needle
                : mixed
                 = false            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strrchr()
        
    
    
    
    
    
    
                    mb_strrchr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $before_needle
                : mixed
                 = false            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strrichr()
        
    
    
    
    
    
    
                    mb_strrichr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $before_needle
                : mixed
                 = false            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strripos()
        
    
    
    
    
    
    
                    mb_strripos(mixed $haystack, mixed $needle[, mixed $offset = 0 ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $offset
                : mixed
                 = 0            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strrpos()
        
    
    
    
    
    
    
                    mb_strrpos(mixed $haystack, mixed $needle[, mixed $offset = 0 ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $offset
                : mixed
                 = 0            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strstr()
        
    
    
    
    
    
    
                    mb_strstr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $before_needle
                : mixed
                 = false            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_get_info()
        
    
    
    
    
    
    
                    mb_get_info([mixed $type = 'all' ]) : mixed
    
        Parameters
    
                    - 
                $type
                : mixed
                 = 'all'            
 
            - 
                
            
 
            
    
    
                    
    
        mb_http_output()
        
    
    
    
    
    
    
                    mb_http_output([mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_strwidth()
        
    
    
    
    
    
    
                    mb_strwidth(mixed $string[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_substr_count()
        
    
    
    
    
    
    
                    mb_substr_count(mixed $haystack, mixed $needle[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $haystack
                : mixed
                            
 
            - 
                
            
 
                    - 
                $needle
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_output_handler()
        
    
    
    
    
    
    
                    mb_output_handler(mixed $string, mixed $status) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $status
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
    
    
    
    
    
                    mb_http_input([mixed $type = null ]) : mixed
    
        Parameters
    
                    - 
                $type
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_convert_variables()
        
    
    
    
    
    
    
                    mb_convert_variables(mixed $to_encoding, mixed $from_encoding, mixed ...&$vars) : mixed
    
        Parameters
    
                    - 
                $to_encoding
                : mixed
                            
 
            - 
                
            
 
                    - 
                $from_encoding
                : mixed
                            
 
            - 
                
            
 
                    - 
                $vars
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        mb_ord()
        
    
    
    
    
    
    
                    mb_ord(mixed $string[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_chr()
        
    
    
    
    
    
    
                    mb_chr(mixed $codepoint[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $codepoint
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_scrub()
        
    
    
    
    
    
    
                    mb_scrub(mixed $string[, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_str_split()
        
    
    
    
    
    
    
                    mb_str_split(mixed $string[, mixed $length = 1 ][, mixed $encoding = null ]) : mixed
    
        Parameters
    
                    - 
                $string
                : mixed
                            
 
            - 
                
            
 
                    - 
                $length
                : mixed
                 = 1            
 
            - 
                
            
 
                    - 
                $encoding
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        mb_str_pad()
        
    
    
    
    
    
    
                    mb_str_pad(string $string, int $length[, string $pad_string = ' ' ][, int $pad_type = STR_PAD_RIGHT ][, string|null $encoding = null ]) : string
    
        Parameters
    
                    - 
                $string
                : string
                            
 
            - 
                
            
 
                    - 
                $length
                : int
                            
 
            - 
                
            
 
                    - 
                $pad_string
                : string
                 = ' '            
 
            - 
                
            
 
                    - 
                $pad_type
                : int
                 = STR_PAD_RIGHT            
 
            - 
                
            
 
                    - 
                $encoding
                : string|null
                 = null            
 
            - 
                
            
 
            
    
            
                    
    
        mb_ucfirst()
        
    
    
    
    
    
    
                    mb_ucfirst(string $string[, string|null $encoding = null ]) : string
    
        Parameters
    
                    - 
                $string
                : string
                            
 
            - 
                
            
 
                    - 
                $encoding
                : string|null
                 = null            
 
            - 
                
            
 
            
    
            
                    
    
        mb_lcfirst()
        
    
    
    
    
    
    
                    mb_lcfirst(string $string[, string|null $encoding = null ]) : string
    
        Parameters
    
                    - 
                $string
                : string
                            
 
            - 
                
            
 
                    - 
                $encoding
                : string|null
                 = null            
 
            - 
                
            
 
            
    
            
                    
    
        mb_trim()
        
    
    
    
    
    
    
                    mb_trim(string $string[, string|null $characters = null ][, string|null $encoding = null ]) : string
    
        Parameters
    
                    - 
                $string
                : string
                            
 
            - 
                
            
 
                    - 
                $characters
                : string|null
                 = null            
 
            - 
                
            
 
                    - 
                $encoding
                : string|null
                 = null            
 
            - 
                
            
 
            
    
            
                    
    
        mb_ltrim()
        
    
    
    
    
    
    
                    mb_ltrim(string $string[, string|null $characters = null ][, string|null $encoding = null ]) : string
    
        Parameters
    
                    - 
                $string
                : string
                            
 
            - 
                
            
 
                    - 
                $characters
                : string|null
                 = null            
 
            - 
                
            
 
                    - 
                $encoding
                : string|null
                 = null            
 
            - 
                
            
 
            
    
            
                    
    
        mb_rtrim()
        
    
    
    
    
    
    
                    mb_rtrim(string $string[, string|null $characters = null ][, string|null $encoding = null ]) : string
    
        Parameters
    
                    - 
                $string
                : string
                            
 
            - 
                
            
 
                    - 
                $characters
                : string|null
                 = null            
 
            - 
                
            
 
                    - 
                $encoding
                : string|null
                 = null            
 
            -