CURLFile::__construct

curl_file_create

(PHP 5 >= 5.5.0, PHP 7)

CURLFile::__construct -- curl_file_create锟斤拷锟斤拷 CURLFile 锟斤拷锟斤拷

说锟斤拷

锟斤拷锟斤拷锟斤拷锟斤拷锟�

public CURLFile::__construct ( string $filename [, string $mimetype [, string $postname ]] )

锟斤拷锟教伙拷锟斤拷锟�

curl_file_create ( string $filename [, string $mimetype [, string $postname ]] ) : CURLFile

锟斤拷锟斤拷 CURLFile 锟斤拷锟斤拷使锟斤拷 CURLOPT_POSTFIELDS 选锟斤拷锟较达拷锟侥硷拷锟斤拷

锟斤拷锟斤拷

filename

锟斤拷锟较达拷锟侥硷拷锟斤拷 路锟斤拷锟斤拷

mimetype

锟斤拷锟较达拷锟侥硷拷锟斤拷 MIME 锟斤拷锟酵★拷

postname

锟较达拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷募锟斤拷锟斤拷锟�

锟斤拷锟斤拷值

锟斤拷锟斤拷 CURLFile 锟斤拷锟斤拷

锟斤拷锟斤拷

Example #1 CURLFile::__construct() 示锟斤拷

锟斤拷锟斤拷锟斤拷锟斤拷锟�

<?php
/* http://example.com/upload.php:
<?php var_dump($_FILES); ?>
*/

// Create a cURL handle
$ch curl_init('http://example.com/upload.php');

// Create a CURLFile object
$cfile = new CURLFile('cats.jpg','image/jpeg','test_name');

// Assign POST data
$data = array('test_file' => $cfile);
curl_setopt($chCURLOPT_POST,1);
curl_setopt($chCURLOPT_POSTFIELDS$data);

// Execute the handle
curl_exec($ch);
?>

锟斤拷锟教伙拷锟斤拷锟�

<?php
/* http://example.com/upload.php:
<?php var_dump($_FILES); ?>
*/

// Create a cURL handle
$ch curl_init('http://example.com/upload.php');

// Create a CURLFile object
$cfile curl_file_create('cats.jpg','image/jpeg','test_name');

// Assign POST data
$data = array('test_file' => $cfile);
curl_setopt($chCURLOPT_POST,1);
curl_setopt($chCURLOPT_POSTFIELDS$data);

// Execute the handle
curl_exec($ch);
?>

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

array(1) {
  ["test_file"]=>
  array(5) {
    ["name"]=>
    string(9) "test_name"
    ["type"]=>
    string(10) "image/jpeg"
    ["tmp_name"]=>
    string(14) "/tmp/phpPC9Kbx"
    ["error"]=>
    int(0)
    ["size"]=>
    int(46334)
  }
}

锟轿硷拷

  • curl_setopt() - 锟斤拷锟斤拷 cURL 锟斤拷锟斤拷选锟斤拷