From b8e260cfe80ac4e792b9eef20eecd362820beee3 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sun, 7 Apr 2002 12:48:01 +0000 Subject: [PATCH] Added two see-also's git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76943 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 285f2235a1..07ab278126 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -949,6 +949,9 @@ $fcontents = implode ('', file ('http://www.php.net/')); date on the result of this function to get a printable modification date for use in page footers. + + See also filectime and touch. +