mdref.json config
[mdref/mdref-http] / http / Env / Response / setLastModified.md
1 # http\Env\Response http\Env\Response::setLastModified(int $last_modified)
2
3 Set a custom last modified time stamp.
4
5 > ***NOTE:***
6 > This will be used for caching and pre-condition checks.
7
8 ## Params:
9
10 * int $last_modified
11 A unix timestamp.
12
13 ## Returns:
14
15 * http\Env\Response, self.
16
17 ## Throws:
18
19 * http\Exception\InvalidArgumentException