k.schroeder Sun Jun 2 15:09:28 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions file-exists.xml
Log:
Bug #13292 file_exists works with UNC names
Index: phpdoc/en/reference/filesystem/functions/file-exists.xml
diff -u phpdoc/en/reference/filesystem/functions/file-exists.xml:1.2
phpdoc/en/reference/filesystem/functions/file-exists.xml:1.3
--- phpdoc/en/reference/filesystem/functions/file-exists.xml:1.2 Wed Apr 17
02:38:06 2002
+++ phpdoc/en/reference/filesystem/functions/file-exists.xml Sun Jun 2 15:09:28
+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.file-exists">
<refnamediv>
@@ -24,6 +24,11 @@
<simpara>
The results of this function are cached. See
<function>clearstatcache</function> for more details.
+ </simpara>
+ <simpara>
+ On windows use "//computername/share/filename" or
+ "\\\\computername\share\filename" to check files on
+ network shares.
</simpara>
</refsect1>
</refentry>