$file
$file : array
Send file info
Class Response
$file : array
Send file info
$_header : array
Header data.
$_status : int
Http status.
$_reason : string
Http reason.
$_version : string
Http version.
$_body : string
Http body.
$_mimeTypeMap : array
Mine type map.
$_phrases : array
Phrases.
cookie( $name, string $value = '', int $max_age, string $path = '', string $domain = '', bool $secure = false, bool $http_only = false, bool $same_site = false) : $this
Set cookie.
$name | ||
string | $value | |
int | $max_age | |
string | $path | |
string | $domain | |
bool | $secure | |
bool | $http_only | |
bool | $same_site |