|
posix_setegidSet the effective GID of the current process Description
bool posix_setegid(int
$group_id )Set the effective group ID of the current process. This is a privileged function and needs appropriate privileges (usually root) on the system to be able to perform this function. Parameters
Return Values
Returns Examples
Example #1 posix_setegid example This example will print out the effective group id, once changed.
See Also
|