Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17374 программиста и 1870 роботов. Сейчас ищут 1866 программистов ...
File_Passwd_Custom::changePasswd
Вернуться к: File_Passwd_Custom
File_Passwd_Custom::changePasswd
File_Passwd_Custom::changePasswd() – Change password
Synopsis
mixed File_Passwd_Custom::changePasswd ( string $user , string $pass )
Change the password of a certain user.
Parameter
- string $user
-
the user whose password should be changed
- string $pass
-
the new plaintext password
Return value
Returns TRUE on success, PEAR_Error on failure.
Error Code | Summary |
---|---|
FILE_PASSWD_E_EXISTS_NOT | user doesn't exist |
FILE_PASSWD_INVALID_ENC_MODE | actual encryption mode is not supported |
Note
This function can not be called statically.
Вернуться к: File_Passwd_Custom