PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

chmod> <basename
Last updated: Sun, 25 Nov 2007

view this page in

chgrp

(PHP 4, PHP 5)

chgrp — Changes file group

Description

bool chgrp ( string $filename , mixed $group )

Attempts to change the group of the file filename to group .

Only the superuser may change the group of a file arbitrarily; other users may change the group of a file to any group of which that user is a member.

Parameters

filename

Path to the file.

group

A group name or number.

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.

Notes

Note: Αυτή η συνάρτηση δεν θα δουλέψει σε απομακρυσμένα αρχεία αφού το υπό εξέταση αρχείο πρέπει να είναι προσβάσιμο μέσω του filesystem του server.

Note: Όταν το safe mode είναι ενεργοποιημένο, η PHP ελέγχει τα αρχεία ή οι κατάλογοι στους οποίους πρόκειται να ενεργήσετε έχουν το ίδιο UID (ιδιοκτήτη) όπως το script το οποίο εκτελείται.

Δείτε επίσης



add a note add a note User Contributed Notes
chgrp
Dan Dascalescu
03-Dec-2007 05:12
If you call chgrp and pass a non-existent group, you'll get the warning "Warning: chgrp(): Unable to find gid for nogroup in".

To check beforehand if the group exists, use posix_getgrid() or posix_getgrnam().

chmod> <basename
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites