Request::getCharsets PHP Méthode

getCharsets() public static méthode

Gets a list of charsets acceptable by the client browser.
public static getCharsets ( ) : array
Résultat array List of charsets in preferable order
        public static function getCharsets()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getCharsets();
        }