Function __global->header
Definitions
sources_custom/phpstub.php
- Send a raw HTTP header.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | The header to send |
$replace_last | boolean | True | N/A | N/A | Whether to replace a previous call to set the same header (if you choose to not replace, it will send two different values for the same header) |