PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

posix_initgroups> <posix_getsid
Last updated: Fri, 03 Oct 2008

view this page in

posix_getuid

(PHP 4, PHP 5)

posix_getuidRetourne l'ID de l'utilisateur du processus courant

Description

int posix_getuid ( void )

Retourne l'ID de l'utilisateur du processus courant.

Valeurs de retour

Retourne l'identifiant, sous la forme d'un entier.

Exemples

Exemple #1 Exemple avec posix_getuid()

<?php
echo posix_getuid(); //10000
?>

Voir aussi



add a note add a note User Contributed Notes
posix_getuid
There are no user contributed notes for this page.

posix_initgroups> <posix_getsid
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites