Lines Matching refs:time

16    Description: Returns the time the file was last accessed, or FALSE
17 in case of an error. The time is returned as a Unix timestamp.
20 Description: Returns the time the file was last modified, or FALSE
24 Description: Returns the time the file was last changed, or FALSE
25 in case of an error. The time is returned as a Unix timestamp.
27 Prototype: bool touch ( string $filename [, int $time [, int $atime]] );
29 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 => ";
126 echo "\n*** Testing touch() function with different time values ***\n";
133 var_dump( touch($file_name2) ); //set to current system time
137 /* set to access(creation time of the file) time */
142 /* set to access time of $file_name2 */
143 var_dump( touch($file_path."/005_variation_touch_fly.tmp", @date(fileatime($file_name2)), time()) );
186 -- File access time is => %d:%s:%s:%d:%d:%d
187 -- File modification time is => %d:%s:%s:%d:%d:%d
188 -- inode change time is => %d:%s:%s:%d:%d:%d
189 -- File access time is => %d:%s:%s:%d:%d:%d
190 -- File modification time is => %d:%s:%s:%d:%d:%d
191 -- inode change time is => %d:%s:%s:%d:%d:%d
192 -- File access time is => %d:%s:%s:%d:%d:%d
193 -- File modification time is => %d:%s:%s:%d:%d:%d
194 -- inode change time is => %d:%s:%s:%d:%d:%d
197 -- File access time is => %d:%s:%s:%d:%d:%d
198 -- File modification time is => %d:%s:%s:%d:%d:%d
199 -- inode change time is => %d:%s:%s:%d:%d:%d
202 -- File access time is => %d:%s:%s:%d:%d:%d
203 -- File modification time is => %d:%s:%s:%d:%d:%d
204 -- 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
212 -- File access time is => %d:%s:%s:%d:%d:%d
213 -- File modification time is => %d:%s:%s:%d:%d:%d
214 -- inode change time is => %d:%s:%s:%d:%d:%d
217 -- File access time is => %d:%s:%s:%d:%d:%d
218 -- File modification time is => %d:%s:%s:%d:%d:%d
219 -- inode change time is => %d:%s:%s:%d:%d:%d
222 -- File access time is => %d:%s:%s:%d:%d:%d
223 -- File modification time is => %d:%s:%s:%d:%d:%d
224 -- inode change time is => %d:%s:%s:%d:%d:%d
227 -- File access time is => %d:%s:%s:%d:%d:%d
228 -- File modification time is => %d:%s:%s:%d:%d:%d
229 -- inode change time is => %d:%s:%s:%d:%d:%d
232 -- File access time is => %d:%s:%s:%d:%d:%d
233 -- File modification time is => %d:%s:%s:%d:%d:%d
234 -- inode change time is => %d:%s:%s:%d:%d:%d
236 *** Testing touch() function with different time values ***
238 -- File access time is => %d:%s:%s:%d:%d:%d
239 -- File modification time is => %d:%s:%s:%d:%d:%d
240 -- inode change time is => %d:%s:%s:%d:%d:%d
242 -- File access time is => %d:%s:%s:%d:%d:%d
243 -- File modification time is => %d:%s:%s:%d:%d:%d
244 -- inode change time is => %d:%s:%s:%d:%d:%d
246 -- File access time is => %d:%s:%s:%d:%d:%d
247 -- File modification time is => %d:%s:%s:%d:%d:%d
248 -- inode change time is => %d:%s:%s:%d:%d:%d
250 -- File access time is => %d:%s:%s:%d:%d:%d
251 -- File modification time is => %d:%s:%s:%d:%d:%d
252 -- inode change time is => %d:%s:%s:%d:%d:%d
254 -- File access time is => %d:%s:%s:%d:%d:%d
255 -- File modification time is => %d:%s:%s:%d:%d:%d
256 -- inode change time is => %d:%s:%s:%d:%d:%d
257 -- File access time is => %d:%s:%s:%d:%d:%d
258 -- File modification time is => %d:%s:%s:%d:%d:%d
259 -- inode change time is => %d:%s:%s:%d:%d:%d