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 => ";
74 -- File access time is =>
75 -- File modification time is =>
76 -- inode change time is =>
79 -- File access time is =>
80 -- File modification time is =>
81 -- inode change time is =>
84 -- File access time is =>
85 -- File modification time is =>
86 -- inode change time is =>
89 -- File access time is =>
92 -- File modification time is =>
95 -- inode change time is =>
100 -- File access time is =>
103 -- File modification time is =>
106 -- inode change time is =>