From 9cf70800c244a5cad4ff9311218b00e64249b939 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 9 May 2003 21:52:54 +0000 Subject: [PATCH] refer to stat() page, so we don't have to keep both places up-to-date, as they return the same information git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126419 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/lstat.xml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/reference/filesystem/functions/lstat.xml b/reference/filesystem/functions/lstat.xml index ce8e14fe32..aec59fe7e3 100644 --- a/reference/filesystem/functions/lstat.xml +++ b/reference/filesystem/functions/lstat.xml @@ -1,5 +1,5 @@ - + @@ -21,25 +21,8 @@ file pointed to by the symbolic link. - Returns an array with the statistics of the file with the - following elements: - - device - inode - inode protection mode - number of links - user id of owner - group id owner - device type if inode device * - size in bytes - time of last access - time of last modification - time of last change - blocksize for filesystem I/O * - number of blocks allocated - - * - only valid on systems supporting the st_blksize type--other - systems (i.e. Windows) return -1. + See the manual page for stat for information on + the structure of the array that lstat returns. ¬e.clearstatcache;