Join Up!
96824 members and counting!

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

posix_setgid

(PHP 3>= 3.0.13, PHP 4 )

posix_setgid --  Asigna el GID efectivo del proceso actual

Descripción

bool posix_setgid ( int gid)

Asigna el ID de grupo real del proceso actual. Esta es una función privilegiada y necesitas los privilegion apropiados (normalmente root) en tu sistema para realizar esta función. El orden apropiado de llamada es posix_setgid() primero, posix_setuid() después.

Devuelve TRUE si tiene éxito, FALSE en caso contrario.

User Contributed Notes
posix_setgid
add a note about notes
There are no user contributed notes for this page.
previousposix_seteuidposix_setpgidnext
Last updated: Tue, 29 Oct 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