Function.mb-get-info
Aus PHP-Wiki
Private-Krankenversicherung Vergleichen Online - Wer darf eine private Krankenversicherung abschließen? und Kinderbett Lara von Wellemöbel antik, Risiko-Lebensversicherung Vergleichen Online . orgoo Wandregal Buche
mb_get_info — Get internal settings of mbstring
Inhaltsverzeichnis |
Beschreibung
mixed mb_get_info ([ string $type ] ) mb_get_info() returns the internal setting parameters of mbstring.
Parameter-Liste
- type
- If type isn'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 type is specified as "http_output", "http_input", "internal_encoding", "func_overload", the specified setting parameter will be returned.
Rückgabewerte
An array of type information if type is not specified, otherwise a specific type .
ChangeLog
Version Beschreibung 5.1.3 The element types "mail_charset", "mail_header_encoding", and "mail_body_encoding" were made available.