From 0dddd923c74b3bf41a368e396d11ffa1fa1bd71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20M=EF=BF=BD=EF=BF=BDtt=EF=BF=BD?= Date: Fri, 7 Jan 2005 16:05:06 +0000 Subject: Added new function: posix_access() Feature requests: #29615, #14924 --- ext/posix/php_posix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/posix/php_posix.h') diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index 1970c2dab9..10e70c1f5f 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -90,6 +90,9 @@ PHP_FUNCTION(posix_getcwd); PHP_FUNCTION(posix_mkfifo); #endif +/* POSIX.1, 5.6 */ +PHP_FUNCTION(posix_access); + /* POSIX.1, 9.2 */ PHP_FUNCTION(posix_getgrnam); PHP_FUNCTION(posix_getgrgid); -- cgit v1.2.1