users.sendVerificationCode
Syntax
bool users.sendVerificationCode ( int vhost, int phone = '', int countryCode = 1, string email = '', mixed uid = 0, int emailTemplate = 0 )Argument Info
| Type | Description | |||
|---|---|---|---|---|
| none | ID of the application that the media is in. | |||
| '' | Phone number of the user, numeric only | |||
| 1 | country code of the user, numeric only | |||
| '' | E-mail address of the user | |||
| 0 | ||||
| 0 | Template ID to be used |
Return Values
| Field | Description | Possible Values |
|---|---|---|
| @param int $vhost ID of the application that the media is in.a | N/A | |
| @param int $phone Phone number of the user, numeric onlya | N/A | |
| @param int $countryCode country code of the user, numeric onlya | N/A | |
| @param string $email E-mail address of the usera | N/A | |
| @param int $emailTemplate Template ID to be useda | N/A | |
| @return boola | N/A |
