Function __global->strtotime
Definitions
sources_custom/phpstub.php
- Parse about any English textual datetime description into a UNIX timestamp.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$time | string | required parameter | N/A | N/A | The subject |
$now | ?TIME | Null | N/A | N/A | The timestamp to find times relative to (null: now) |
Return
- The timestamp (-1: failed)
- Type: TIME
- Set: N/A
- Range: N/A