chgrp

(PHP 4, PHP 5, PHP 7)

chgrp�ı��ļ���������

˵��

chgrp ( string $filename , mixed $group ) : bool

���Խ��ļ� filename ��������ij� group��ͨ���������� ID ָ������

ֻ�г����û����������޸��ļ����飬�����û�����ֻ�ܽ��ļ�����ijɸ��û��Լ����ڵ��顣

����

filename

�ļ���·����

group

������ƻ����֡�

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

����

Example #1 �ı��ļ���������

<?php
$filename 
'shared_file.txt';
$format "%s's Group ID @ %s: %d\n";
printf($format$filenamedate('r'), filegroup($filename));
chgrp($filename8);
clearstatcache(); // do not cache filegroup() results
printf($format$filenamedate('r'), filegroup($filename));
?>

ע��

Note: �˺�������������Զ���ļ����������ļ������ǿ�ͨ�����������ļ�ϵͳ���ʵġ�

Note: ������ ��ȫģʽʱ�� PHP ���鱻�������ļ���Ŀ¼�Ƿ��뱻ִ�еĽű�����ͬ�� UID�������ߣ���

�μ�

  • chown() - �ı��ļ���������
  • chmod() - �ı��ļ�ģʽ