chgrp

(PHP 3, 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 (specified by name or number). 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.

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

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

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

See also chown() and chmod().