PHP » PYTHON |
login |
register |
about
|
import os os.chown(filename, None, gid) chgrp(PHP 4, PHP 5) chgrp — Changes file group DescriptionAttempts 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
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 Changing a file's group
<?php
Notes
|
more
Recently updated
more
Most requested
more
Last requests
|