get_lastacess_date
get_lastacess_date($path,$time=false); - this function is used to get the date of the last access to the folder
The function accepts parameters as input:
$path – path to the folder to get the last access date (string). It can be either absolute or relative (relative to the script folder).br>$time – with true function gives only the time of the last access to a folder, and when false - only gives the date of the last access to the folder (available from 4.6.12)
After testing, the function returns the result of its work to the script :
last access date – the date of the last access to the specified folder (string)false – there is no such folder (boolean)