class User

Class to wrap the information about a user

class contents [NB. Highlighted attributes are static members]
Functions
function constructor(number) - The constructor
function gid() - Get the group id of the user
function home() - Get the home directory of the user
function name() - Get the username of the user
function password() - Get the encrypted password of the user
function realname() - Get the real name of the user
function shell() - Get the shell of the user
function uid() - Get the uid of the user

Functions

function constructor Click to go up to the list
The constructor
Declaration:
    function constructor( number uid )
Parameters:
    Parameter #1: number uid - The user id to get information about

function gid Click to go up to the list
Get the group id of the user
Declaration:
    function gid()
Returns:
    The group id

function home Click to go up to the list
Get the home directory of the user
Declaration:
    function home()
Returns:
    The directory

function name Click to go up to the list
Get the username of the user
Declaration:
    function name()
Returns:
    The username

function password Click to go up to the list
Get the encrypted password of the user
Declaration:
    function password()
Returns:
    The password

function realname Click to go up to the list
Get the real name of the user
Declaration:
    function realname()
Returns:
    The real name

function shell Click to go up to the list
Get the shell of the user
Declaration:
    function shell()
Returns:
    The shell

function uid Click to go up to the list
Get the uid of the user
Declaration:
    function uid()
Returns:
    The uid

Automatically generated at 12:07PM, Wednesday 25 May 2005 by feritedoc.