Display the drop-down list

posix_getpwnam()

« posix_getgrnam | posix_getpwuid »
<?php
$array 
posix_getpwnam (
    
  // string $username
);
?>
Result
$array = false
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