diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-17 19:27:08 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-17 19:27:08 +0000 |
commit | 5354940f93e0cfdd6e9a1e0fcf345ff04dd4f976 (patch) | |
tree | 8987cb9cf75e4a13d7bcfdc8201993606213cd2d /ext/standard/filestat.c | |
parent | 3564810150d58282eaecf8b823f2e743383a2f16 (diff) | |
download | php-git-5354940f93e0cfdd6e9a1e0fcf345ff04dd4f976.tar.gz |
correction
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r-- | ext/standard/filestat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 2898949ac9..f6593c0d0e 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -221,8 +221,8 @@ PHP_FUNCTION(diskfreespace) RETURN_DOUBLE(bytesfree); } -/* {{{ bool chgrp(string filename, mixed group) - Change file group */ +/* {{{ bool bool chown(string filename, mixed user) + Change file owner */ PHP_FUNCTION(chgrp) { #ifndef WINDOWS |