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

search for in the

posix_initgroups> <posix_getsid
[edit] Last updated: Fri, 23 Mar 2012

view this page in

posix_getuid

(PHP 4, PHP 5)

posix_getuidGeçerli sürecin gerçek kullanıcı kimliğini döndürür

Açıklama

int posix_getuid ( void )

Geçerli sürecin gerçek kullanıcı kimliğini döndürür.

Dönen Değerler

Kullanıcı kimliğini bir tamsayı olarak döndürür.

Örnekler

Örnek 1 - posix_getuid() örneği

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

Ayrıca Bakınız

  • posix_getpwuid() - Kullanıcı kimliği belirtilen kullanıcı hakkında bilgi döndürür
  • POSIX getuid(2) kılavuz sayfası



add a note add a note User Contributed Notes posix_getuid
chris at ocportal dot com 30-Nov-2008 06:35
Note that this function is not defined on Windows PHP.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites