Home
last modified time | relevance | path

Searched refs:newtime (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/standard/
H A Dfilestat.c673 struct utimbuf *newtime = &newtimebuf; in PHP_FUNCTION() local
686 newtime = NULL; in PHP_FUNCTION()
688 newtime->modtime = newtime->actime = time(NULL); in PHP_FUNCTION()
692 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
695 newtime->modtime = filetime; in PHP_FUNCTION()
696 newtime->actime = fileatime; in PHP_FUNCTION()
723 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()

Completed in 6 milliseconds