posix_access() constants
注意:
Please note that some of these constants may not be available on every system.
-
POSIX_F_OK
(int) - Check whether the file exists.
-
POSIX_R_OK
(int) - Check whether the file exists and has read permissions.
-
POSIX_W_OK
(int) - Check whether the file exists and has write permissions.
-
POSIX_X_OK
(int) - Check whether the file exists and has execute permissions.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/posix.constants.access.php