function touch

touchPHP ManualPrevNexttouchtouch -- Set modification time of fileDescriptionint touch(string filename, int time); Attempts to set the modification time of the file named by filename to the value given by time. If the option time is not given, uses the present time. If the file does not exist, it is created. Returns true on success and false otherwise. Example 1. touch() example 1  2 if ( touch($FileName) ) { 3  print "$FileName modification time has been changed to todays date and time"; 4 } else { 5  print "Sorry Could Not change modification time of $FileName"; 6 } 7  PrevHomeNexttempnamUpumask
Wyszukiwarka

Podobne podstrony:
function touch
function touch
function ncurses slk touch
function fdf next field name
function ccvs void
Barry Manilow Losing Touch
function mysql error
function mcal event set end
function mcrypt cbc
Functional Origins of Religious Concepts Ontological and Strategic Selection in Evolved Minds
function domnode get content

więcej podobnych podstron