class Iana

Locale codes DB from http://www.iana.org/assignments/language-subtag-registry

Construction of a code like the ICU project:

<language code>_<script code>_<country code>_<variant code>@keyword1:value;keyword2:value

Constants

IANA_LANGUAGE_SUBTAG_REGISTRY

Methods

__construct($db_file = null, $db_dir = null)

No description

setDbFilepath($path)

No description

getDbFilepath()

No description

setDbFilename($name)

No description

getDbFilename()

No description

getDbRealpath()

No description

update()

No description

read()

No description

getDb()

No description

getLanguages()

No description

getRegions()

No description

getScripts()

No description

getExtlangs()

No description

Details

at line 46
__construct($db_file = null, $db_dir = null)

Parameters

$db_file
$db_dir

at line 56
setDbFilepath($path)

Parameters

$path

at line 62
getDbFilepath()

at line 67
setDbFilename($name)

Parameters

$name

at line 73
getDbFilename()

at line 78
getDbRealpath()

at line 162
update()

at line 168
read()

at line 178
getDb()

at line 186
getLanguages()

at line 200
getRegions()

at line 214
getScripts()

at line 228
getExtlangs()