如何从 PHP 中的 cURL 获取缓存控制:最大年龄值?
我有:
$this->get_headers_from_curl_response(curl_exec($this->curl));
cURL 是否有一个只返回max-age
值的参数?
如何从 PHP 中的 cURL 获取缓存控制:最大年龄值?
我有:
$this->get_headers_from_curl_response(curl_exec($this->curl));
cURL 是否有一个只返回max-age
值的参数?