fileperms
(PHP 4, PHP 5)
fileperms — Leest de permissies van een bestand uit
Beschrijving
int fileperms
( string $filename
)
Geeft de permissies van een bestand terug, of FALSE in het geval van een fout.
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.
Zie ook is_readable() en stat().