We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da93700 + 4d5dbac commit b83cfa0Copy full SHA for b83cfa0
string.rst
@@ -125,7 +125,7 @@ There are also some specialized constructors::
125
126
// ByteString can create a random string of the given length
127
$foo = ByteString::fromRandom(12);
128
- // by default, random strings use A-Za-z0-9 characters; you can restrict
+ // by default, random strings use base58 characters; you can set
129
// the characters to use with the second optional argument
130
$foo = ByteString::fromRandom(6, 'AEIOU0123456789');
131
$foo = ByteString::fromRandom(10, 'qwertyuiop');
0 commit comments