victor Mon Mar 3 06:49:41 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions file-exists.xml
Log:
Removed single quotes from pathnames (bug #22399)
Index: phpdoc/en/reference/filesystem/functions/file-exists.xml
diff -u phpdoc/en/reference/filesystem/functions/file-exists.xml:1.8
phpdoc/en/reference/filesystem/functions/file-exists.xml:1.9
--- phpdoc/en/reference/filesystem/functions/file-exists.xml:1.8 Sun Mar 2
05:44:58 2003
+++ phpdoc/en/reference/filesystem/functions/file-exists.xml Mon Mar 3 06:49:39
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.file-exists">
<refnamediv>
@@ -19,8 +19,8 @@
<note>
<title>Using Windows shares</title>
<para>
- On windows, use '<filename>//computername/share/filename</filename>' or
- '<filename>\\computername\share\filename</filename>' to check files on
+ On windows, use <filename>//computername/share/filename</filename> or
+ <filename>\\computername\share\filename</filename> to check files on
network shares.
</para>
</note>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php