Home
last modified time | relevance | path

Searched refs:posted_filename (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/curl/
H A Dcurl_file.stub.php7 …nction __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {} argument
22 public function setPostFilename(string $posted_filename) {} argument
H A Dcurl_file_arginfo.h7 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 Dcurl.stub.php36 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n… argument
H A Dcurl_arginfo.h46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, posted_filename, IS_STRING, 1, "null")

Completed in 9 milliseconds