I18Nv2::lastLocale()

I18Nv2::lastLocale()  -- Get current/prior locale

概要

require_once 'I18Nv2.php';

string I18Nv2::lastLocale ([int $prior = 0 [, bool $full = FALSE]])

説明

Retrieve kinda history of locales that have been already set.

This only works, if I18Nv2::setLocale() has already been called.

パラメータ

integer $prior

if 0, the current otherwise n prior to the current locale

boolean $full

wheter to return the array with locale, language and actually used system locale

返り値

Returns mixed prior locale.

注意

この関数は、スタティックにコール されます。

参照

See also I18Nv2::setLocale().