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

search for in the

インストール/設定> <i18n
Last updated: Fri, 14 Nov 2008

view this page in

導入

i18n (internationalization:国際化) とは、 あるアプリケーションを多言語・多文化環境で使用できるようにすることを指します。 i18n サポートが対象とする範囲は、 日付や時刻の書式、通貨、単位、数値の書式、 さまざまな文字エンコーディングなどです。 PHP6 では、i18n や l10n (localization:地域化) をネイティブにサポートするようになります。

PHP6 では POSIX のロケールは廃止され、 代わりに ICU ライブラリに含まれるロケールを使用するようになります。

警告

この拡張モジュールは現在開発中のものであり、まだ一般には公開されていません。



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

インストール/設定> <i18n
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites