From f5fd78b0f9f31b77ae3d45fd13b2a386b04441b6 Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Tue, 22 Jul 2003 15:57:45 +0000 Subject: [PATCH] added mime_content_type to see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135625 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/filetype.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/filetype.xml b/reference/filesystem/functions/filetype.xml index f04e8f4120..5d678de4b0 100644 --- a/reference/filesystem/functions/filetype.xml +++ b/reference/filesystem/functions/filetype.xml @@ -1,5 +1,5 @@ - + @@ -28,8 +28,8 @@ See also: is_dir, is_file, - is_link, file_exists, and - stat. + is_link, file_exists, + stat, and mime_content_type.