From 13a0ce63c5b05f0fb19aa109cda42f0039cb8c15 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Sat, 9 Feb 2002 21:48:38 +0000 Subject: [PATCH] Fixed some grammar. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69841 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 0b73d24249..56023b64c5 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -2564,7 +2564,8 @@ $fp = popen ("/bin/ls", "r"); Returns &false; in case of error. - stat doesn't handle URL as does fopen. + stat cannot be used on remote files. The results of this function are cached. See @@ -2613,7 +2614,12 @@ $fp = popen ("/bin/ls", "r"); number of blocks allocated * - only valid on systems supporting the st_blksize type--other - systems (i.e. Windows) return -1 + systems (i.e. Windows) return -1. + + + lstat cannot be used on remote files. + The results of this function are cached. See clearstatcache for more details.