Request::getCharsets PHP Method

getCharsets() public static method

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