getlastmod

(PHP 3, PHP 4 >= 4.0.0)

getlastmod -- Zφskat Φas poslenφ modifikace skriptu

Popis

int getlastmod ( void)

Vrßtφ Φas poslenφ modifikace souΦasnΘ strßnky. Nßvratovß hodnota je Unixov² timestamp, vhodn² jako vstup pro date(). P°i chyb∞ vracφ FALSE.

P°φklad 1. getlastmod() p°φklad

// outputs e.g. 'Last modified: March 04 1998 20:43:59.'
echo "Last modified: ".date ("F d Y H:i:s.", getlastmod());

See alse date(), getmyuid(), get_current_user(), getmyinode(), and getmypid().