File::getMimeType(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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; } View all references View on Trac View on GitHub Related Used byDescriptionFile::toArray()wp-includes/php-ai-client/src/Files/DTO/File.php{@inheritDoc} File::getDataUri()wp-includes/php-ai-client/src/Files/DTO/File.phpGets the data as a data URI for inline files. Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.