LnxUser::existsUser

Innen: IT documentation
A lap korábbi változatát látod, amilyen Moszat (vitalap | szerkesztései) 2021. szeptember 19., 08:48-kor történt szerkesztése után volt. (Új oldal, tartalma: „== Description == Object-oriented style<syntaxhighlight lang="php"> public lnxUser::existsUser ( string | int $user ): bool </syntaxhighlight>Procedural style<syntaxhig…”)
(eltér) ← Régebbi változat | Aktuális változat (eltér) | Újabb változat→ (eltér)

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.