PHP Manual

PHP function touch()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Sets file access and modification time

Parameters

Parameter Data type Default value Note
$filename string not The name of the file you are touching.
$time int null, time of touch. If no time is given, the current system time is used.
$atime int null If specified, the time to access the specified filename is set to atime. Otherwise, it is set to time.

Return values

bool

Returns true on success, otherwise false on failure.

Other resources

Official documentation for the touch function

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024