Lines Matching refs:time
15 Description: Returns the time the file was last accessed, or FALSE
16 in case of an error. The time is returned as a Unix timestamp.
19 Description: Returns the time the file was last modified, or FALSE
23 Description: Returns the time the file was last changed, or FALSE
24 in case of an error. The time is returned as a Unix timestamp.
26 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
28 named in the filename parameter to the value given in time.
37 echo "-- File access time is => ";
40 echo "-- File modification time is => ";
43 echo "-- inode change time is => ";
88 -- File access time is =>
89 -- File modification time is =>
90 -- inode change time is =>
93 -- File access time is =>
94 -- File modification time is =>
95 -- inode change time is =>
98 -- File access time is =>
99 -- File modification time is =>
100 -- inode change time is =>
103 -- File access time is => %d
104 -- File modification time is => %d
105 -- inode change time is => %d
108 -- File access time is => %d
109 -- File modification time is => %d
110 -- inode change time is => %d