The CURLFile class

(PHP 5 >= 5.5.0, PHP 7)

Introducere

CURLFile should be used to upload a file with CURLOPT_POSTFIELDS.

Sinopsisul clasei

CURLFile {
/* Proprietăți */
public $name ;
public $mime ;
public $postname ;
/* Metode */
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
}

Proprietăți

name

Name of the file to be uploaded.

mime

MIME type of the file (default is application/octet-stream).

postname

The name of the file in the upload data (defaults to the name property).

A se vedea și

Cuprins