PHP Класс Prado\I18N\core\HTTPNegotiator

Get the language and charset information from the client browser.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$charsets array A list of charsets accepted by the browser
$languages array A list of languages accepted by the browser.

Открытые методы

Метод Описание
getCharsets ( ) : array Get a list of charsets acceptable by the client browser.
getLanguages ( ) : array Get a list of languages acceptable by the client browser

Описание методов

getCharsets() публичный Метод

Get a list of charsets acceptable by the client browser.
public getCharsets ( ) : array
Результат array list of charsets in preferable order.

getLanguages() публичный Метод

Get a list of languages acceptable by the client browser
public getLanguages ( ) : array
Результат array languages ordered in the user browser preferences.

Описание свойств

$charsets защищенное свойство

A list of charsets accepted by the browser
protected array $charsets
Результат array

$languages защищенное свойство

A list of languages accepted by the browser.
protected array $languages
Результат array