Function __global->gmdate
Definitions
sources_custom/phpstub.php
- Format a GMT/UTC date/time (uses different format to 'date' function).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$format | string | required parameter | N/A | N/A | The 'gm' format string |
$timestamp | ?TIME | Null | N/A | N/A | Timestamp to use (null: now) |
Return
- The formatted string
- Type: string
- Set: N/A
- Range: N/A