CURLFile ��

(PHP 5 >= 5.5.0, PHP 7)

���

CURLFile Ӧ����ѡ�� CURLOPT_POSTFIELDS һͬʹ�������ϴ��ļ���

��ժҪ

CURLFile {
/* ���� */
public $name ;
public $mime ;
public $postname ;
/* ���� */
public __construct ( string $filename [, string $mimetype [, string $postname ]] )
public getFilename ( void ) : string
public getMimeType ( void ) : string
public getPostFilename ( void ) : string
public setMimeType ( string $mime ) : void
public setPostFilename ( string $postname ) : void
public __wakeup ( void ) : void
}

����

name

���ϴ��ļ�������

mime

�ļ��� MIME type��Ĭ����application/octet-stream����

postname

�ϴ������е��ļ����ƣ�Ĭ��Ϊ���� name ����

�μ�

Table of Contents