|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-08-17 10:44 UTC] ryosuke_i_628 at yahoo dot co dot jp
[2016-08-17 11:19 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2016-08-17 11:19 UTC] cmb@php.net
[2016-08-28 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 19:00:02 2025 UTC |
Description: ------------ use curl set header by curl_setopt($ch,CURLOPT_HTTPHEADER,$headerArr);i submit a array data,but i still get the error warming Test script: --------------- $headerArr=array(); $headerArr[]="Origin: http://d1.web2.qq.com"; $headerArr[]="text/html;charset=utf-8"; curl_setopt($ch,CURLOPT_HTTPHEADER,$headerArr);