Get the Last-Modified HTTP header
string|null Returns the last modified date for the requested object, in RFC 2822 format (e.g. Tue, 15 Nov 1994 12:45:26 GMT)
public function getLastModified() {
return $this
->getHeader('Last-Modified', true);
}