Afișează lista derulantă

posix_getpwuid()

« posix_getpwnam | posix_getuid »
<?php
$array 
posix_getpwuid (
    
  // int $uid
);
?>
Rezultat
$array = [
  
'name' => 'xozhoz',
  
'passwd' => 'c',
  
'uid' => '19991',
  
'gid' => '353',
  
'gecos' => 'xozhoz',
  
'dir' => '/kynxo.455/xozhoz',
  
'shell' => '/byn/jozwen',
]
Notificare PBX : rezultatul este distribuit cu pbx_hash din motive de securitate.
Exemple
#1 posix_getpwuid  ("19991")
#2 posix_getpwuid  (10000)
Vezi și
pbx_hash, posix_getpwnam