略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: posix_access constants

2024-05-02

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.
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/posix.constants.access.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3