gpt4 book ai didi

php - 是否有一个简单的解决方案来使用 PHP 在 CURL 响应中获取特定的自定义 header ?

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:28:44 24 4
gpt4 key购买 nike

<分区>

当我通过

获取所有 header 时
$response = curl_exec($curl);  
$header_size = curl_getinfo($curl,CURLINFO_HEADER_SIZE);
$result = substr($response, 0, $header_size);

我得到类似的输出

HTTP/1.1 302 Found
Server: nginx
Date: Mon, 06 Jul 2015 14:58:06 GMT
Content-Type: text/html;charset=utf-8
Content-Length: 0
Connection: keep-alive
Status: 302 Found
Location: https://data.myserver.com
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Request-Id: 9e2a562ec3ba73a72702e84fa7177c56
X-UA-Compatible: IE=Edge,chrome=1
Cache-Control: no-cache
X-Runtime: 0.046013
X-Rack-Cache: miss
Accept-Ranges: bytes
X-Varnish: 945594494
Age: 0
Via: 1.1 varnish
Strict-Transport-Security: max-age=31536000

我只想要“位置:”值,在 Java 中这很容易,但在 PHP 中,如果不使用正则表达式,我找不到简单优雅的解决方案。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com