标签:als strlen color ica ini header php curl json har
$ch = curl_init();
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false );
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
‘Content-Type: application/json; charset=utf-8‘,
‘Content-Length: ‘.strlen($data))
);
标签:als strlen color ica ini header php curl json har
原文地址:http://www.cnblogs.com/gaogaoxingxing/p/6064343.html