|
posix_access(PHP 5 >= 5.1.0) posix_access — Determine accessibility of a file Описание
bool posix_access
( string $file
[, int $mode = POSIX_F_OK
] )
posix_access() checks the user's permission of a file. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 posix_access() example This example will check if the $file is readable and writable, otherwise will print an error message.
<?php Примечания
Смотрите также
|
|