Home
last modified time | relevance | path

Searched refs:rawResponseHeader (Results 1 – 1 of 1) sorted by last modified time

/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php103 * @param string $rawResponseHeader
105 public function setHttpResponseCodeFromHeader($rawResponseHeader) argument
107 preg_match('|HTTP/\d\.\d\s+(\d+)\s+.*|', $rawResponseHeader, $match);