Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17407 программистов и 1877 роботов. Сейчас ищет 1691 программист ...
File_Passwd_Common::userExists
Вернуться к: File_Passwd_Common
File_Passwd_Common::userExists
File_Passwd_Common::userExists() – Check if user exists
Synopsis
bool File_Passwd_Common::userExists ( string $user )
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.
Note
This function can not be called statically.
Вернуться к: File_Passwd_Common