|
|
if ($cachePath !== null && file_put_contents($cachePath, $body) === false) {
|
|
if ($cachePath !== null && file_put_contents($cachePath, $body) === false) {
|
|
|
return ['body' => is_string($body) ? $body : '', 'effective_url' => $c_effective_url, 'redirect_count' => $redirs,
|
|
return ['body' => is_string($body) ? $body : '', 'effective_url' => $c_effective_url, 'redirect_count' => $redirs,
|