Description
This function generates a random text string.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
length |
string |
Required The string's character length. |
A positive integer. |
20 |
Returns
Return |
Type |
Description |
Possible values |
Example |
random |
string |
The text string. |
A string. |
0d8GW1dESHkXJckZgrTX |
reason |
string |
A reason for failure. Note: This function only returns a reason value if it failed. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |