update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값
성공 시 예제
Example #1 posix_access() example This example will check if the $file is readable and writable, otherwise will print an error message.
<?php 주의
참고
|