PHP 클래스 Newscoop\Random

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$chars array
$chars_count integer

공개 메소드들

메소드 설명
__construct ( )
getRandomString ( integer $length ) : string Generate random string

메소드 상세

__construct() 공개 메소드

public __construct ( )

getRandomString() 공개 메소드

Generate random string
public getRandomString ( integer $length ) : string
$length integer
리턴 string

프로퍼티 상세

$chars 보호되어 있는 프로퍼티

protected array $chars
리턴 array

$chars_count 보호되어 있는 프로퍼티

protected int $chars_count
리턴 integer