Request::getEncodings PHP Method

getEncodings() public static method

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