lchgrp

(no version information, might be only in CVS)

lchgrp -- Changes group ownership of symlink

Description

bool lchgrp ( string filename, mixed group )

Attempts to change the group of the symlink filename to group (specified by name or number). Only the superuser may change the group of a symlink arbitrarily; other users may change the group of a symlink to any group of which that user is a member.

Returnerer TRUE ved succes, FALSE ved fejl.

Bemærk: Denne funktion vil ikke virke på fjernfiler da filen som skal undersøges skal være tilgængelig på servers filsystem.

Bemærk: Når safe mode er aktiveret, checker PHP om filerne eller bibliotekerne som du er ved at benytte, har det samme UID (owner) som scriptet der bliver eksekveret.

See also chgrp(), lchown() chown() og chmod().