Request::matchesType PHP 메소드

matchesType() 공개 정적인 메소드

Determine if the given content types match.
public static matchesType ( string $actual, string $type ) : boolean
$actual string
$type string
리턴 boolean
        public static function matchesType($actual, $type)
        {
            return \Illuminate\Http\Request::matchesType($actual, $type);
        }