Function __global->getdate
Definitions
sources_custom/phpstub.php
- Get date/time information.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $timestamp | ?TIME | No | No | Null | N/A | N/A | Timestamp to get information for (null: now) |
Returns
- The information
- Type: array
- Set: N/A
- Range: N/A

