fileperms

(PHP 3, PHP 4 , PHP 5)

fileperms -- Obtiene los permisos del archivo

Descripción

int fileperms ( string nombre_archivo)

Devuelve los permisos del archivo, o FALSE en caso de fallo.

Nota: Los resultados de esta función son guardados. Consultar clearstatcache() para más detalles.

Sugerencia: As of PHP 5.0.0 this function can also be used with some URL wrappers. Refer to Apéndice L for a listing of which wrappers support stat() family of functionality.

Vea también is_readable(), y stat()