File_Passwd_Custom::modUser()

File_Passwd_Custom::modUser() -- Modify user

Referentiesamenvatting

mixed File_Passwd_Custom::modUser (string $user [, array $properties = array()])

Beschrijving

You shouldn't modify the password of the user with this method, use File_Passwd_Custom::changePasswd() instead.

You should use this method only if the 'name map' is used, too.

Parameter

string $user

the user to modify

array $properties

an associative array of properties to modify

Return waarde

Geeft TRUE terug bij success, PEAR_Error als het faalt.

Tabel 38-1. Mogelijke PEAR_Error waarden

Error CodeSummary
FILE_PASSWD_E_EXISTS_NOTuser doesn't exists
FILE_PASSWD_E_INVALID_CHARSany of the extra properties contains the delimiter

Zie

See File_Passwd_Custom::useMap()

See File_Passwd_Custom::changePasswd()

Note

Deze functie kan niet statisch worden aangeroepen.