PHP 8.3.4 Released!

CURLFile::setMimeType

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

CURLFile::setMimeTypeSet MIME type

Description

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

Parameters

mime_type

MIME type to be used in POST data.

Return Values

No value is returned.

add a note

User Contributed Notes

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