Zend_LocaleLocated in /Zend/Locale.php (line 37)
static isLocale (line 931)
Checks if a locale identifier is a real locale or not
Examples: "en_XX" refers to "en", which returns true "XX_yy" refers to "root", which returns false
equals (line 731)
Returns true if both locales are equal
Constructor __construct (line 429)
Generates a locale object
If no locale is given a automatic search is done Then the most probable locale will be automatically set Search order is
getBrowser (line 576)
Return an array of all accepted languages of the client Expects RFC compilant Header !!
The notation can be : de,en-UK-US;q=0.5,fr-FR;q=0.2
getCalendarDisplay (line 882)
Returns an single calendar name translated for the actual locale
getCalendarList (line 865)
Returns an array of calendar names translated for the actual locale
getDefault (line 486)
Search the locale automatically and return all used locales ordered by quality
Standard Searchorder is
getEnvironment (line 533)
Expects the Systems standard locale
For Windows: f.e.: LC_COLLATE=C;LC_CTYPE=German_Austria.1252;LC_MONETARY=C would be recognised as de_AT
getFramework (line 622)
Returns the locale which the framework is set to
getHttpCharset (line 695)
Return the accepted charset of the client
getLanguage (line 668)
Returns the language part of the locale
getLanguageDisplay (line 764)
Returns an single language translated for the actual locale
getLanguageList (line 747)
Returns an array of languages translated for the actual locale
getQuestion (line 904)
Returns an array with translated yes strings
getRegion (line 680)
Returns the region part of the locale if avaiable
getRegionDisplay (line 843)
Returns an single region translated for the actual locale
getRegionList (line 825)
Returns an array of regions translated for the actual locale
getScriptDisplay (line 803)
Returns a single script translated for a locale
getScriptList (line 786)
Returns an array of scripts translated for the actual locale
serialize (line 443)
Serialization Interface
setLocale (line 634)
Sets a new locale
toString (line 454)
Returns a string representation of the object
__toString (line 466)
Returns a string representation of the object Alias for toString
Documentation generated on Wed, 21 Feb 2007 11:52:59 -0800 by phpDocumentor 1.3.1