diff options
author | Magnus M��tt� <magnus@php.net> | 2005-01-07 16:05:06 +0000 |
---|---|---|
committer | Magnus M��tt� <magnus@php.net> | 2005-01-07 16:05:06 +0000 |
commit | 0dddd923c74b3bf41a368e396d11ffa1fa1bd71f (patch) | |
tree | 4855b76fba362be899e9718a8cad6e3f524e5994 /ext/posix/php_posix.h | |
parent | 500d0e3bd23857c8050dc4ce542d756aff0686cd (diff) | |
download | php-git-0dddd923c74b3bf41a368e396d11ffa1fa1bd71f.tar.gz |
Added new function: posix_access()
Feature requests: #29615, #14924
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r-- | ext/posix/php_posix.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |