PHP chgrp() 函数
PHP chgrp() 函数
完整的 PHP Filesystem 参考手册定义和用法
chgrp() 函数改变指定文件的用户组。
如果成功则返回 TRUE,如果失败则返回 FALSE。
语法
chgrp(file,group)
参数 | 描述 |
---|---|
file | 必需。规定要检查的文件。 |
group | 可选。规定新的组。可以是组名或组的 ID。 |
实例
<?php
chgrp("test.txt","admin")
?>
chgrp("test.txt","admin")
?>
完整的 PHP Filesystem 参考手册
相关文章
- PHP EOF(heredoc) 使用说明
- PHP While 循环
- PHP 函数
- PHP 命名空间 namespace
- PHP 面向对象
- PHP 文件上传
- PHP 高级过滤器
- PHP array_diff() 函数
- PHP array_pop() 函数
- PHP array_reverse() 函数
- PHP array_shift() 函数
- PHP array_splice() 函数
- PHP array_udiff_uassoc() 函数
- PHP arsort() 函数
- PHP key() 函数
- PHP natsort() 函数
- PHP pos() 函数
- PHP uasort() 函数
- PHP uksort() 函数
- PHP 5 Array 函数