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();
        }