File_Passwd_Unix::setMode()

File_Passwd_Unix::setMode() -- Set encryption mode

Synopsis

mixed File_Passwd_Unix::setMode (string $mode)

Beschreibung

Set encryption mode to use.

Supported encryption modes are 'des' and 'md5'.

You can use the constants FILE_PASSWD_MD5 and FILE_PASSWD_DES for this purpose.

Parameter

string $mode

encryption mode to use

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Returns PEAR_Error FILE_PASSWD_E_INVALID_ENC_MODE, if supplied encryption mode is not supported.

Siehe auch

See File_Passwd_Unix::listModes()

See File_Passwd_Unix::getMode()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.