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.
Σημείωση: Τα αποτελέσματα αυτής της συνάρτησης έχουν γίνει cache. Δείτε την clearstatcache() για περισσότερες πληροφορίες.
Σημείωση: Αυτή η συνάρτηση δεν θα δουλέψει σε απομακρυσμένα αρχεία αφού το υπό εξέταση αρχείο πρέπει να είναι προσβάσιμο μέσω του filesystem του server.