rawResponse->body; $xml = simplexml_load_string($body); $result = array(); if (isset($xml->LastModified)) { $result[] = $xml->LastModified; } if (isset($xml->ETag)) { $result[] = $xml->ETag; } return $result; } }