Lot::status()
Set or get response status code.
Lot::status(void);
Lot::status(int $value);
Example:
// Set
Lot::status(404);
// Get
echo Lot::status();
Lot::status()
Set or get response status code.
Lot::status(void);
Lot::status(int $value);
Example:
// Set
Lot::status(404);
// Get
echo Lot::status();
0 Comments
No comments yet.