Function __global->touch
Definitions
sources_custom/phpstub.php
- Sets access and modification time of file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$filename | PATH | required parameter | N/A | N/A | File to touch |
$time | ?TIME | Null | N/A | N/A | New modification time (null: do not change) |
$atime | ?TIME | Null | N/A | N/A | New access time (null: do not change) |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A