MimeType::isVideo(): bool

In this article

Checks if this is a video MIME type.

Return

bool True if this is a video type.

Source

public function isVideo(): bool
{
    return $this->isType('video');
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.