Display the drop-down list

posix_getpwnam()

« posix_getgrnam | posix_getpwuid »
<?php
$array 
posix_getpwnam (
    
  // string $username
);
?>
Result
$array = [
  
'name' => 'xozhoz',
  
'passwd' => 'c',
  
'uid' => '19991',
  
'gid' => '353',
  
'gecos' => 'xozhoz',
  
'dir' => '/kynxo.455/xozhoz',
  
'shell' => '/byn/jozwen',
]
PBX notice : the result is hashed with pbx_hash for security reasons.
Examples
#1 posix_getpwnam  ("xozhoz")
#2 posix_getpwnam  ("tom")
See also
pbx_hash, posix_getpwuid