CURLFile::getMimeType
PHP Manual
PHP Manual»CURLFile»CURLFile::getMimeType

CURLFile::getMimeType

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

CURLFile::getMimeTypeGet MIME type

Опис

public function CURLFile::getMimeType(): string

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns MIME type.

To Top