touch

touch -- Sets access and modification time of file

Description

int touch ( string filename [, int time [, int atime]])

If the third option atime is present , the access time of the given filename is also modified .

מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון .

דוגמה 1 . touch( ) example