PHP 클래스 Swoole\RandomKey

파일 보기 프로젝트 열기: matyhtf/swoole_framework

공개 메소드들

메소드 설명
getChineseCharacter ( )
idhash ( $uid, $base = 1000 ) : integer 按ID计算散列
randmd5 ( $length = 8, $seed = null ) : string 产生一个随机MD5字符的一部分
randtime ( $rand_length = 6 ) : string 按UNIX时间戳产生随机数
string ( $length = 8, boolean $number = true, array $ignore = ['0', 'o', 'l', '1', 'i'] ) : string 随机生成一个字符串

메소드 상세

getChineseCharacter() 정적인 공개 메소드

static public getChineseCharacter ( )

idhash() 정적인 공개 메소드

按ID计算散列
static public idhash ( $uid, $base = 1000 ) : integer
$uid
$base
리턴 integer

randmd5() 정적인 공개 메소드

产生一个随机MD5字符的一部分
static public randmd5 ( $length = 8, $seed = null ) : string
$length
$seed
리턴 string

randtime() 정적인 공개 메소드

按UNIX时间戳产生随机数
static public randtime ( $rand_length = 6 ) : string
$rand_length
리턴 string

string() 정적인 공개 메소드

随机生成一个字符串
static public string ( $length = 8, boolean $number = true, array $ignore = ['0', 'o', 'l', '1', 'i'] ) : string
$length
$number boolean 只添加数字
$ignore array 忽略某些字符串
리턴 string