Home
last modified time | relevance | path

Searched defs:mime_type (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/curl/
H A Dcurl_file.stub.php12 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename …
24 public function setMimeType(string $mime_type): void {}
H A Dcurl.stub.php3668 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n…
/PHP-8.3/sapi/cli/
H A Dmime_type_map.h25 const char *mime_type; member
H A Dphp_cli_server.c2175 const char *mime_type = get_mime_type(server, client->request.ext, client->request.ext_len); in php_cli_server_begin_send_static() local
/PHP-8.3/ext/phar/
H A Dphar_object.c29 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type()
135 static int phar_file_action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int co… in phar_file_action()
548 char *fname, *path_info, *mime_type = NULL, *entry, *pt; in PHP_METHOD() local

Completed in 47 milliseconds