mb_get_info
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
mb_get_info — Get internal settings of mbstring
Beschreibung
$type = "all"): array|string|int|falsemb_get_info() returns the internal setting parameters of mbstring.
Parameter-Liste
- 
type - 
      
If
typeis not specified or is specified as"all","internal_encoding","http_input","http_output","http_output_conv_mimetypes","mail_charset","mail_header_encoding","mail_body_encoding","illegal_chars","encoding_translation","language","detect_order","substitute_character"and"strict_detection"will be returned.If
typeis specified as"internal_encoding","http_input","http_output","http_output_conv_mimetypes","mail_charset","mail_header_encoding","mail_body_encoding","illegal_chars","encoding_translation","language","detect_order","substitute_character"or"strict_detection"the specified setting parameter will be returned. 
Rückgabewerte
   An array of type information if type 
   is not specified, otherwise a specific type,
   Bei einem Fehler wird false zurückgegeben..
  
Changelog
| Version | Beschreibung | 
|---|---|
| 8.0.0 | 
       The types "func_overload"
       and "func_overload_list" are no longer supported.
       | 
     
Siehe auch
- mb_regex_encoding() - Set/Get character encoding for multibyte regex
 - mb_http_output() - Set/Get HTTP output character encoding
 
                    
                    
                    
                    
                    
          