xref: /PHP-8.0/ext/curl/curl_file.stub.php (revision f6024a90)
1<?php
2
3/** @generate-function-entries */
4
5class CURLFile
6{
7    public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {}
8
9    /** @return string */
10    public function getFilename() {}
11
12    /** @return string */
13    public function getMimeType() {}
14
15    /** @return string */
16    public function getPostFilename() {}
17
18    /** @return void */
19    public function setMimeType(string $mime_type) {}
20
21    /** @return void */
22    public function setPostFilename(string $posted_filename) {}
23}
24