CURLFile::setMimeType

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

CURLFile::setMimeTypeУстанавливает MIME-тип

Описание

public CURLFile::setMimeType(string $mime_type): void

Список параметров

mime_type

MIME-тип для отправки.

Возвращаемые значения

Функция не возвращает значения после выполнения.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top