Return string of random digits
Available since version 3.0.109.
Usage
// basic usage
$string = $password->randomDigits();
// usage with all arguments
$string = $password->randomDigits(int $length = 0, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
length (optional) | int | Required length of string or 0 for random length |
options (optional) | array | See WireRandom::numeric() method |
Return value
string
Password methods and properties
API reference based on ProcessWire core version 3.0.236