cURL
PHP Manual

CURLFile クラス

(PHP 5 >= 5.5.0)

導入

CURLFile を使うと、 CURLOPT_POSTFIELDS でファイルのアップロードができます。

クラス概要

CURLFile {
/* プロパティ */
public $name ;
public $mime ;
public $postname ;
/* メソッド */
public __construct ( string $filename [, string $mimetype [, string $postname ]] )
public string getFilename ( void )
public string getMimeType ( void )
public string getPostFilename ( void )
public void setMimeType ( string $mime )
public void setPostFilename ( string $postname )
public void __wakeup ( void )
}

プロパティ

name

mime

postname

目次


cURL
PHP Manual