Searched refs:posted_filename (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/curl/ |
H A D | curl_file.stub.php | 12 …nction __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {} argument 27 public function setPostFilename(string $posted_filename): void {} 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 | 3692 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n… argument
|
H A D | curl_arginfo.h | 40 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, posted_filename, IS_STRING, 1, "null")
|
Completed in 16 milliseconds