File::getMimeType(): string

In this article

Gets the MIME type of the file as a string.

Return

string The MIME type string value.

Source

public function getMimeType(): string
{
    return (string) $this->mimeType;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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