CURLFile::setMimeType

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

CURLFile::setMimeTypeDefine el tipo MIME

Descripción

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

Parámetros

mime_type

Tipo MIME a utilizar en los datos POST.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

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