array(int|string) getpwnam(string str)
Get the user entry for login str using the systemfunction getpwnam(3).
The login name of the user whos userrecord is requested.
An array with the information about the user
Users username (loginname)
User password (encrypted)
Users ID
Users primary group ID
Users real name an possibly some other info
Users home directory
Users shell
getpwuid() getpwent()