Mime::isAccepted()
Tests if a given MIME type is matched by an Accept
header pattern; returns true if the MIME type is contained at all
Mime::isAccepted(string $mime, string $pattern): bool
Parameters
Name | Type | Default |
---|---|---|
$mime * | string |
– |
$pattern * | string |
– |
Return type
bool