File_Passwd_Authbasic::setMode() -- Set the encryption mode
Description
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.