From 90113e1a0247c71bbc6aa772dca5ad28ed31259d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 30 Dec 2002 06:09:55 +0000 Subject: [PATCH] filemtime() for a different file; See also filemtime(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109342 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getlastmod.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/reference/info/functions/getlastmod.xml b/reference/info/functions/getlastmod.xml index 4eebb65a90..997a4a655f 100644 --- a/reference/info/functions/getlastmod.xml +++ b/reference/info/functions/getlastmod.xml @@ -1,5 +1,5 @@ - + @@ -20,18 +20,27 @@ getlastmod() example ]]> + + + If you're interested in getting the last modification time + of a different file, consider using filemtime. + + See also date, getmyuid, getmygid, get_current_user, - getmyinode, and - getmypid. + getmyinode, + getmypid, and + filemtime.