PHP Doku:: Get internal settings of mbstring - function.mb-get-info.html

Verlauf / Chronik / History: (49) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzUnterstützung menschlicher Sprache und ZeichenkodierungMultibyte StringMultibyte String Funktionenmb_get_info

Ein Service von Reinhard Neidl - Webprogrammierung.

Multibyte String Funktionen

<<mb_eregi

mb_http_input>>

mb_get_info

(PHP 4 >= 4.2.0, PHP 5)

mb_get_infoGet internal settings of mbstring

Beschreibung

mixed mb_get_info ([ string $type = "all" ] )

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 entries "mail_charset", "mail_header_encoding", and "mail_body_encoding" were made available.
5.3.0 The entry "http_output_conv_mimetypes" was made available.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)