Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17414 программистов и 1874 робота. Сейчас ищут 1742 программиста ...
File_Passwd_Authbasic::setMode
Вернуться к: File_Passwd_Authbasic
File_Passwd_Authbasic::setMode
File_Passwd_Authbasic::setMode() – Set the encryption mode
Synopsis
mixed File_Passwd_Authbasic::setMode ( string $mode )
You can choose one of md5, sha or des.
ATTN: DES encryption not available on Win32!
Returns a PEAR_Error if a specific encryption mode is not supported.
Parameter
- string $mode
-
the encryption mode to use
Return value
Returns TRUE on success, PEAR_Error on failure.
Note
This function can not be called statically.
Вернуться к: File_Passwd_Authbasic