哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

PHP curlfile 组件

CURLFile 类

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

简介

CURLFile 应该与选项 CURLOPT_POSTFIELDS 一同使用用于上传文件。

类摘要

class CURLFile {
/* 属性 */
public $name;
public $mime;
public $postname;
/* 方法 */
public __construct(string $filename, string $mimetype = ?, string $postname = ?)
public getFilename(): string
public getMimeType(): string
public getPostFilename(): string
public setMimeType(string $mime): void
public setPostFilename(string $postname): void
}

属性

name

待上传文件的名称

mime

文件的 MIME type(默认是application/octet-stream)。

postname

上传数据中的文件名称(默认为属性 name )。

参见

目录

打开 哈希空间 微信小程序中查看更佳