PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mb_http_input> <mb_eregi
Last updated: Fri, 10 Oct 2008

view this page in

mb_get_info

(PHP 4 >= 4.2.0, PHP 5)

mb_get_infombstring の内部設定値を取得する

説明

mixed mb_get_info ([ string $type ] )

mb_get_info() は、mbstring の内部設定パラメータを返します。

パラメータ

type

type が指定されない場合または "all" が指定された場合、"internal_encoding", "http_output", "http_input", "func_overload", "mail_charset", "mail_header_encoding", "mail_body_encoding" の設定値を有する連想配列が返されます。

type に "http_output", "http_input", "internal_encoding", "func_overload" が指定された場合、 指定された設定パラメータが返されます。

返り値

type が指定されていない場合は型情報を含む配列、 それ以外の場合は指定した type の値を返します。

変更履歴

バージョン 説明
5.1.3 要素型 "mail_charset", "mail_header_encoding" および "mail_body_encoding" が使用できるようになりました。



add a note add a note User Contributed Notes
mb_get_info
There are no user contributed notes for this page.

mb_http_input> <mb_eregi
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites