HOME

The CURLFile class
cURL
PHP Manual

The CURLFile class

(PHP 5 >= 5.5.0)

Introduction

CURLFile can be used to upload a file with CURLOPT_POSTFIELDS.

Class synopsis

CURLFile {
/* Properties */
public $name ;
public $mime ;
public $postname ;
/* Methods */
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 )
}

Properties

name

mime

postname

Table of Contents


cURL
PHP Manual