Description
string
mb_get_info ( [string type])
| Aviso |
Esta función
es EXPERIMENTAL_ Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO_ La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabiliad_ |
mb_get_info() returns internal setting
parameter of mbstring_
If type isn't specified or is specified to
"all", an array having the elements "internal_encoding",
"http_output", "http_input", "func_overload" will be returned_
If type is specified for "http_output",
"http_input", "internal_encoding", "func_overload",
the specified setting parameter will be returned_
See also mb_internal_encoding(),
mb_http_output()_