Function generate_token
Generate a password.
Parameters summary
integer |
$length = 8 |
The length of the password. Default: 8 |
string |
$possible = TOKEN_NARROW |
The characters that can be used to create the password. If you defined your own, pay attention to ambiguous characters such as 0, O, 1, l, I... Default: TOKEN_NARROW |
Return value summary
string
|