SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Alphabet Property

Alphabet to use for random string generation.

Object Oriented Interface

public function getAlphabet();
public function setAlphabet($value);

Procedural Interface

secureblackbox_rnd_get($res, 1 );
secureblackbox_rnd_set($res, 1, $value );

Default Value

''

Remarks

Use this property to provide a list of characters to be used by NextString method. The empty value has a special meaning, and is equivalent to 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]