Searched refs:php_mime_get_hdr_value (Results 1 – 1 of 1) sorted by relevance
433 static char *php_mime_get_hdr_value(zend_llist header, char *key) in php_mime_get_hdr_value() function791 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {1168 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
Completed in 7 milliseconds