Get the Expires HTTP header
string|null Returns the date/time after which the response is considered stale.
public function getExpires() { return $this ->getHeader('Expires', true); }