Is it possible to create a file with binary data without writing to file?

后端 未结 0 1426

I tried binding binary data to an array in a post request, but it doesn\'t work.

$ch = curl_init(); 
curl_setopt($ch, CURLOPT_HEADER, 0);  curl_setopt($ch, CURLOP         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题