Searched refs:posted_filename (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/curl/ |
H A D | curl_file.stub.php | 7 …nction __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {} argument 22 public function setPostFilename(string $posted_filename) {} argument
|
H A D | curl_file_arginfo.h | 7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, posted_filename, IS_STRING, 1, "null") 22 ZEND_ARG_TYPE_INFO(0, posted_filename, IS_STRING, 0)
|
H A D | curl.stub.php | 36 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n… argument
|
H A D | curl_arginfo.h | 46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, posted_filename, IS_STRING, 1, "null")
|
Completed in 8 milliseconds