编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 预定义常量
  • 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 ev 预定义常量php ffi 预定义常量php 预定义常量 constants for attribute flagsphp msession 预定义常量php newt 预定义常量php 预定义常量 server name indication constantsphp 预定义常量 version constantsphp 预定义常量 constants for optionsphp 预定义常量 posix access constantsphp 预定义常量 posix mknod constantsphp posix 预定义常量php 预定义常量 posix setrlimit constantsphp 预定义常量 radius vendor specific attribute typesphp posix regex 预定义常量php 预定义常量 win32service service error control constantsphp win32service 预定义常量php 预定义常量 win32service service control message constantsphp 预定义常量 win32service service flag constantsphp 预定义常量 win32service service start type constantsphp 预定义常量 win32service service status constants
关注编程学问公众号
编程学问网 湘ICP备20001732号