File_Passwd_Authbasic::addUser()
Описание
The username must start with an alphabetical character and must NOT contain any other characters than alphanumerics, the underline and dash.
Возвращаемое значение
Возвращает TRUE при удаче и PEAR_Error в обратном случае.
Таблица 39-1. Возможные значения PEAR_Error
Error Code | Summary |
---|---|
FILE_PASSWD_E_EXISTS_ALREADY | the user to add already exists |
FILE_PASSWD_E_INVALID_CHARS | the username to add contains illegal characters |
Пред. | Начало | След. |
File_Passwd_Authbasic::save() | Уровень выше | File_Passwd_Authbasic::changePasswd() |