API/functions/bb new user
From bbPulp
| Function | |
|---|---|
| bb_new_user | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | 0.8alpha - revision 638 |
| Deprecated: | no |
[edit] Description
integer bb_new_user ( string $user_login, string $email, string $url )
Creates a new user in the user table.
[edit] Parameters
- user_login
- The user login name to enter into the database.
- The email address for the new user.
- url
- The website URL for the new user.
[edit] Return values
Returns the id of the new user on success, false on failure.
[edit] Plugins that redefine this function
None

