File_Passwd_Common::userExists() -- Check if user exists
Description
Check if a certain user already exists.
Parameter
- string
$user
the name of the user to check if already exists
Return value
Returns boolean whether user already exists.
Throws
Throws no exception.
Note
This function can not be called
statically.