previousI18Nv2::createLocale (Previous) (Next) I18Nv2::langs2localesnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

I18Nv2::createNegotiator

I18Nv2::createNegotiator() – I18Nv2_Negotiator オブジェクトを作成する

Synopsis

require_once 'I18Nv2.php';

object I18Nv2_Negotiator &I18Nv2::createNegotiator ( string $defLang = 'en' , string $defCharset = 'iso-8859-1' )

Description

デフォルトの言語および文字セットを指定して、新しい I18Nv2_Negotiator オブジェクトを作成します。

Parameter

string $defLang

デフォルトの言語。

string $defCharset

デフォルトの文字セット。

Return value

object I18Nv2_Negotiator を返します。

Note

This function should be called statically.

See

I18Nv2_Negotiator も参照ください。

previousI18Nv2::createLocale (Previous) (Next) I18Nv2::langs2localesnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.