interface RandomStringGenerator

Interface RandomStringGenerator

Methods

string
getRandomString($length)

生成一个指定长度的随机字符串

Details

at line 19
string getRandomString($length)

生成一个指定长度的随机字符串

Parameters

$length string 随机字符串的长度

Return Value

string