Function randomCharacters
Generate random characters
Supported chinese characters
Package: Slimore
Copyright: 2015 Pandao
License: License https://github.com/slimore/slimore#license
Author: Pandao slimore@ipandao.com
Example:
Located at Slimore/Helper/Functions.php
Copyright: 2015 Pandao
License: License https://github.com/slimore/slimore#license
Author: Pandao slimore@ipandao.com
Example:
echo randomCharacters(6); echo randomCharacters(10); echo randomCharacters(3, '中文随机生成的汉字');
Located at Slimore/Helper/Functions.php
Parameters summary
integer |
$length |
|
string |
$characters = null |
null |
Return value summary
string
|
string |