Request::getEncodings PHP 메소드

getEncodings() 공개 정적인 메소드

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