Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dcurl_file.stub.php12 …nction __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {} argument
27 public function setPostFilename(string $posted_filename): void {} 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.php3643 function curl_file_create(string $filename, ?string $mime_type = null, ?string $posted_filename = n… argument
H A Dcurl_arginfo.h40 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, posted_filename, IS_STRING, 1, "null")

Completed in 24 milliseconds