编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 预定义常量
  • posix_mknod constants »
  • PHP Manual
  • 预定义常量
  • posix_access constants

posix_access() constants

Note:

These constants are available starting with PHP 5.1.0. Please note that some of them may not be available on your system.

POSIX_F_OK ( integer)
Check whether the file exists.
POSIX_R_OK ( integer)
Check whether the file exists and has read permissions.
POSIX_W_OK ( integer)
Check whether the file exists and has write permissions.
POSIX_X_OK ( integer)
Check whether the file exists and has execute permissions.
相关文章
php 预定义常量 file descriptor flagsphp data structures 预定义常量php fdf 预定义常量php 预定义常量 constants for attribute flagsphp 预定义常量 server name indication constantsphp 预定义常量 version constantsphp 预定义常量 constants for optionsphp 预定义常量 posix access constantsphp 预定义常量 posix mknod constantsphp posix 预定义常量php 预定义常量 posix setrlimit constantsphp posix regex 预定义常量php uopz 预定义常量php wddx 预定义常量php 预定义常量 win32service service error control constantsphp 预定义常量 win32service service control message constantsphp 预定义常量 win32service service flag constantsphp 预定义常量 win32service service start type constantsphp 预定义常量 win32service service status constantsphp xhprof 预定义常量
关注编程学问公众号
编程学问网 湘ICP备20001732号