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 => ";
94 -- File access time is =>
95 -- File modification time is =>
96 -- inode change time is =>
99 -- File access time is =>
100 -- File modification time is =>
101 -- inode change time is =>
104 -- File access time is =>
105 -- File modification time is =>
106 -- inode change time is =>
109 -- File access time is => %d
110 -- File modification time is => %d
111 -- inode change time is => %d
114 -- File access time is => %d
115 -- File modification time is => %d
116 -- inode change time is => %d