philip Fri Apr 19 02:28:04 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions filetype.xml
Log:
filetype(): See also is_dir is_file is_link file_exists and stat
Index: phpdoc/en/reference/filesystem/functions/filetype.xml
diff -u phpdoc/en/reference/filesystem/functions/filetype.xml:1.2
phpdoc/en/reference/filesystem/functions/filetype.xml:1.3
--- phpdoc/en/reference/filesystem/functions/filetype.xml:1.2 Wed Apr 17 02:38:07
2002
+++ phpdoc/en/reference/filesystem/functions/filetype.xml Fri Apr 19 02:28:03
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.filetype">
<refnamediv>
@@ -27,6 +27,11 @@
This function will not work on <link
linkend="features.remote-files">remote files</link>; the file to
be examined must be accessible via the server's filesystem.
+ </simpara>
+ <simpara>
+ See also: <function>is_dir</function>, <function>is_file</function>,
+ <function>is_link</function>, <function>file_exists</function>, and
+ <function>stat</function>.
</simpara>
</refsect1>
</refentry>