mb_get_info
  Get internal settings of mbstring
  
   
 
  Description
  
   mixed mb_get_info
    ([ string $type = "all"
  ] )
  
   mb_get_info returns the internal setting parameters of mbstring.
  
  
 
  Parameters
  
   
    
     - 
type
- 
      
       If typeisn't specified or is specified to
       "all", an array having the elements "internal_encoding",
       "http_output", "http_input", "func_overload", "mail_charset",
       "mail_header_encoding", "mail_body_encoding" will be returned.
 
       If typeis specified as "http_output",
       "http_input", "internal_encoding", "func_overload",
       the specified setting parameter will be returned.
 
 
 
 
  Return Values
  
   An array of type information if type 
   is not specified, otherwise a specific type.
  
  
 
 
  See Also
  
   
    - mb_regex_encoding
- mb_http_output