Locale

deprecated
package

Default

Methods

__construct

__construct() 

Returns the country as reported by the HTTP client.

country() : string
deprecated

Response

string

variant

<b> this method is deprecated <s> create() </s> </b>

create( $arg0 = null,  $arg1 = null,  $arg2 = null) : \io\vertx\jphp\ext\web\Locale
static

param $language [string] this method is deprecated create($language)

param $language [string] param $country [string] this method is deprecated create($language, $country)

param $language [string] param $country [string] param $variant [string] this method is deprecated create($language, $country, $variant)

deprecated

Arguments

$arg0

string

$arg1

string

$arg2

string

Response

\io\vertx\jphp\ext\web\Locale

Returns the language as reported by the HTTP client.

language() : string
deprecated

Response

string

language

Returns the variant as reported by the HTTP client.

variant() : string
deprecated

Response

string

variant