LnxUser::existsUser
Innen: IT documentation
Description
Object-oriented style
public lnxUser::existsUser ( string | int $user ): bool
Procedural style
lnxExistsUser ( string | int $user ): bool
Examine that the linux user is exists.
Parameters
- user
- Name or User ID of linux user.
Return Values
Returns true if user exists, false otherwise.