lchown

(PHP 5 >= 5.1.3, PHP 7)

lchown�޸ķ������ӵ�������

˵��

lchown ( string $filename , mixed $user ) : bool

�����޸ķ������� filename �� ������ user

ֻ�г����û������޸ķ������ӵ������ߡ�

����

filename

�ļ�·����

user

���������ƻ���

����ֵ

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

����

Example #1 Changing the owner of a symbolic link

<?php
$target 
'output.php';
$link 'output.html';
symlink($target$link);

lchown($link8);
?>

ע��

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

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

Note: �˺���δ�� Windows ƽ̨��ʵ�֡�

�μ�

  • chown() - �ı��ļ���������
  • lchgrp() - �޸ķ������ӵ�������
  • chgrp() - �ı��ļ���������
  • chmod() - �ı��ļ�ģʽ