Searched defs:mime_type (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/curl/ |
H A D | curl_file.stub.php | 7 …public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename … 19 public function setMimeType(string $mime_type) {}
|
H A D | curl.stub.php | 36 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n…
|
/PHP-8.0/sapi/cli/ |
H A D | mime_type_map.h | 25 const char *mime_type; member
|
H A D | php_cli_server.c | 2088 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.0/ext/phar/ |
H A D | phar_object.c | 29 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() 546 char *fname, *path_info, *mime_type = NULL, *entry, *pt; in PHP_METHOD() local
|
Completed in 41 milliseconds