Join Up!
104879 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousbasenamechmodnext
Last updated: Tue, 28 May 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German | Spanish

chgrp

(PHP 3, PHP 4 >= 4.0.0)

chgrp -- Changes file group

Description

int 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.

Palauttaa TRUE jos onnistui, FALSE jos epäonnistui.

See also chown() and chmod().

Huomaa: Tätä funktiota ei löydy Windows-alustalla.

User Contributed Notes
chgrp
add a note about notes
There are no user contributed notes for this page.
previousbasenamechmodnext
Last updated: Tue, 28 May 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST