PHP 8.1.28 Released!

CURLFile::setMimeType

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

CURLFile::setMimeTypeConfigura el tipo MIME

Descripción

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

Parámetros

mime

Tipo MIME para los datos de 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