File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
user_guide_src/source/helpers Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ The following functions are available:
3232 The first parameter specifies the type of string, the second parameter
3333 specifies the length. The following choices are available:
3434
35- - **alpha **: A string with lower and uppercase letters only.
36- - **alnum **: Alphanumeric string with lower and uppercase characters.
37- - **basic **: A random number based on ``mt_rand() `` (length ignored).
38- - **numeric **: Numeric string.
39- - **nozero **: Numeric string with no zeros.
40- - **md5 **: An encrypted random number based on ``md5() `` (fixed length of 32).
41- - **sha1 **: An encrypted random number based on ``sha1() `` (fixed length of 40).
42- - **crypto **: A random string based on ``random_bytes() ``.
35+ - **alpha **: A string with lower and uppercase letters only.
36+ - **alnum **: Alphanumeric string with lower and uppercase characters.
37+ - **basic **: A random number based on ``mt_rand() `` (length ignored).
38+ - **numeric **: Numeric string.
39+ - **nozero **: Numeric string with no zeros.
40+ - **md5 **: An encrypted random number based on ``md5() `` (fixed length of 32).
41+ - **sha1 **: An encrypted random number based on ``sha1() `` (fixed length of 40).
42+ - **crypto **: A random string based on ``random_bytes() ``.
4343
4444 Usage example::
4545
You can’t perform that action at this time.
0 commit comments