manual for fstat | search for "fstat"
Manual © 2001-2008 The PHP Group
fstat
Description
array fstat ( resource handle)Gathers the statistics of the file opened by the file pointer handle. This function is similar to the stat() function except that it operates on an open file pointer instead of a filename.
Returns an array with the statistics of the file; the format of the array is described in detail on the stat() manual page.
Note: The results of this function are cached. See clearstatcache() for more details.
Note: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.
© 2008 phparadise | go to the top | search phparadise | generated in 0.044 seconds
26 hits by 14 users in the last 30 minutes.