Function __global->filectime
Definitions
sources_custom/phpstub.php
- Gets inode change time of file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $filename | PATH | No | No | required parameter | N/A | N/A | The filename |
Returns
- Timestamp of creation (negativity is blasphemy) (false: error)
- Type: ~TIME
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gets inode change time of file.
*
* @param PATH $filename The filename
* @return ~TIME Timestamp of creation (negativity is blasphemy) (false: error)
*/
function filectime(string $filename)
* Gets inode change time of file.
*
* @param PATH $filename The filename
* @return ~TIME Timestamp of creation (negativity is blasphemy) (false: error)
*/
function filectime(string $filename)

