将 "test.txt" 文件的用户组更改为 "admin":
<?php
chgrp("test.txt","admin")
?>
chgrp() 函数更改指定文件的用户组。
chgrp(
file,
group)
Parameter | Description |
---|---|
file | Required. Specifies the path to the file to change user group for |
group | Required. Specifies the new group name or number |
返回值: | TRUE 成功,FALSE 失败 |
---|---|
PHP 版本: | 4.0+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!