Lines Matching refs:time

13    Description: Returns the time the file was last accessed, or FALSE
14 in case of an error. The time is returned as a Unix timestamp.
17 Description: Returns the time the file was last modified, or FALSE
21 Description: Returns the time the file was last changed, or FALSE
22 in case of an error. The time is returned as a Unix timestamp.
24 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
26 named in the filename parameter to the value given in time.
34 echo "-- File access time is => ";
37 echo "-- File modification time is => ";
40 echo "-- inode change time is => ";
111 echo "\n*** Testing touch() function with different time values ***\n";
118 var_dump( touch($file_name2) ); //set to current system time
122 /* set to access(creation time of the file) time */
127 /* set to access time of $file_name2 */
128 var_dump( touch($file_path."/005_variation_touch_fly.tmp", @date(fileatime($file_name2)), time()) );
157 -- File access time is => %d:%s:%s:%d:%d:%d
158 -- File modification time is => %d:%s:%s:%d:%d:%d
159 -- inode change time is => %d:%s:%s:%d:%d:%d
160 -- File access time is => %d:%s:%s:%d:%d:%d
161 -- File modification time is => %d:%s:%s:%d:%d:%d
162 -- inode change time is => %d:%s:%s:%d:%d:%d
163 -- File access time is => %d:%s:%s:%d:%d:%d
164 -- File modification time is => %d:%s:%s:%d:%d:%d
165 -- inode change time is => %d:%s:%s:%d:%d:%d
168 -- File access time is => %d:%s:%s:%d:%d:%d
169 -- File modification time is => %d:%s:%s:%d:%d:%d
170 -- inode change time is => %d:%s:%s:%d:%d:%d
173 -- File access time is => %d:%s:%s:%d:%d:%d
174 -- File modification time is => %d:%s:%s:%d:%d:%d
175 -- inode change time is => %d:%s:%s:%d:%d:%d
178 -- File access time is => %d:%s:%s:%d:%d:%d
179 -- File modification time is => %d:%s:%s:%d:%d:%d
180 -- inode change time is => %d:%s:%s:%d:%d:%d
183 -- File access time is => %d:%s:%s:%d:%d:%d
184 -- File modification time is => %d:%s:%s:%d:%d:%d
185 -- inode change time is => %d:%s:%s:%d:%d:%d
188 -- File access time is => %d:%s:%s:%d:%d:%d
189 -- File modification time is => %d:%s:%s:%d:%d:%d
190 -- inode change time is => %d:%s:%s:%d:%d:%d
193 -- File access time is => %d:%s:%s:%d:%d:%d
194 -- File modification time is => %d:%s:%s:%d:%d:%d
195 -- inode change time is => %d:%s:%s:%d:%d:%d
197 *** Testing touch() function with different time values ***
199 -- File access time is => %d:%s:%s:%d:%d:%d
200 -- File modification time is => %d:%s:%s:%d:%d:%d
201 -- inode change time is => %d:%s:%s:%d:%d:%d
203 -- File access time is => %d:%s:%s:%d:%d:%d
204 -- File modification time is => %d:%s:%s:%d:%d:%d
205 -- inode change time is => %d:%s:%s:%d:%d:%d
207 -- File access time is => %d:%s:%s:%d:%d:%d
208 -- File modification time is => %d:%s:%s:%d:%d:%d
209 -- inode change time is => %d:%s:%s:%d:%d:%d
211 -- File access time is => %d:%s:%s:%d:%d:%d
212 -- File modification time is => %d:%s:%s:%d:%d:%d
213 -- inode change time is => %d:%s:%s:%d:%d:%d
215 -- File access time is => %d:%s:%s:%d:%d:%d
216 -- File modification time is => %d:%s:%s:%d:%d:%d
217 -- inode change time is => %d:%s:%s:%d:%d:%d
218 -- File access time is => %d:%s:%s:%d:%d:%d
219 -- File modification time is => %d:%s:%s:%d:%d:%d
220 -- inode change time is => %d:%s:%s:%d:%d:%d