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

search for in the

getmyinode> <getlastmod
[edit] Last updated: Fri, 17 May 2013

view this page in

getmygid

(PHP 4 >= 4.1.0, PHP 5)

getmygidPHP betiğinin sahibinin grup kimliğini döndürür

Açıklama

int getmygid ( void )

Betik sahibinin grup kimliğini döndürür.

Dönen Değerler

Hata oluşursa FALSE, aksi takdirde betik sahibinin grup kimliğini döndürür.

Ayrıca Bakınız

  • getmyuid() - PHP betiğinin sahibinin kullanıcı kimliğini döndürür
  • getmypid() - PHP'nin süreç kimliğini (PID) döndürür
  • get_current_user() - PHP betiğinin sahibininin kullanıcı ismini döndürür
  • getmyinode() - Çalışan betiğin dosya düğümü numarasını döndürür
  • getlastmod() - Geçerli sayfanın son değişiklik zamanını döndürür



add a note add a note User Contributed Notes getmygid - [1 notes]
up
-1
Anonymous
7 years ago
To clarify, the getmygid() function gets the gid of the PHP script, that is the gid of the file.

To get the effective gid of the running PHP engine, use the posix_getegid() function.

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