|
|
楼主 |
发表于 2015-7-2 17:18:30
|
显示全部楼层
这个是curl的返回值
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=2)</i>
'hash' <font color='#888a85'>=></font> <small>string</small> <font color='#
cc0000'>'lj5Q5ofZG4z7ghrwTJHhIgiVIc5f'</font> <i>(length=28)</i>
'key' <font color='#888a85'>=></font> <small>string</small> <font color='#c
c0000'>'lj5Q5ofZG4z7ghrwTJHhIgiVIc5f'</font> <i>(length=28)</i>
</pre>HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Date: Thu, 02 Jul 2015 00:46:49 GMT
Server: Apache/2.4.9 (Win64) PHP/5.5.12
X-Powered-By: PHP/5.5.12
Set-Cookie: PHPSESSID=lutmp9i5ve5qsa32i78bopak53; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 73
Content-Type: text/html
error http://............
现在需要find HTTP/1.1 200 OK
还要find error http://. |
|