Request::matchesType PHP Méthode

matchesType() public static méthode

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