Request::getCharsets PHP Метод

getCharsets() публичный статический метод

Gets a list of charsets acceptable by the client browser.
public static getCharsets ( ) : array
Результат array List of charsets in preferable order
        public static function getCharsets()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getCharsets();
        }