filemtime

filemtime -- Gets file modification time

Description

int filemtime ( string filename)

The time is returned as a Unix timestamp .

Use date( ) on the result of this function to get a printable modification date for use in page footers .

See also filectime( ) and touch( ) .