php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
curl_file.stub.php
Go to the documentation of this file.
1<?php
2
4
7{
8 public string $name = "";
9 public string $mime = "";
10 public string $postname = "";
11
12 public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {}
13
15 public function getFilename(): string {}
16
18 public function getMimeType(): string {}
19
21 public function getPostFilename(): string {}
22
24 public function setMimeType(string $mime_type): void {}
25
27 public function setPostFilename(string $posted_filename): void {}
28}
29
31{
32 public string $data;
33 public string $postname;
34 public string $mime;
35
36 public function __construct(string $data, string $postname, string $mime = "application/octet-stream") {}
37}
setPostFilename(string $posted_filename)
string $mime
setMimeType(string $mime_type)
string $name
__construct(string $filename, ?string $mime_type=null, ?string $posted_filename=null)
string $postname
__construct(string $data, string $postname, string $mime="application/octet-stream")
$filename
Definition create.php:9
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))