PHP Class Newscoop\Random

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$chars array
$chars_count integer

Méthodes publiques

Méthode Description
__construct ( )
getRandomString ( integer $length ) : string Generate random string

Method Details

__construct() public méthode

public __construct ( )

getRandomString() public méthode

Generate random string
public getRandomString ( integer $length ) : string
$length integer
Résultat string

Property Details

$chars protected_oe property

protected array $chars
Résultat array

$chars_count protected_oe property

protected int $chars_count
Résultat integer