From 52508c3328ea7f9888dfac1d8bae7fc462315a9e Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 19 Apr 2002 06:28:03 +0000 Subject: [PATCH] filetype(): See also is_dir is_file is_link file_exists and stat git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78734 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/filetype.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/filetype.xml b/reference/filesystem/functions/filetype.xml index a2ac75ed64..6546b6989f 100644 --- a/reference/filesystem/functions/filetype.xml +++ b/reference/filesystem/functions/filetype.xml @@ -1,5 +1,5 @@ - + @@ -28,6 +28,11 @@ linkend="features.remote-files">remote files; the file to be examined must be accessible via the server's filesystem. + + See also: is_dir, is_file, + is_link, file_exists, and + stat. +