Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ManaPHP
Security
RandomInterface
PHP Interface ManaPHP\Security\RandomInterface
Afficher le fichier
Open project: manaphp/manaphp
Méthodes publiques
Méthode
Description
getBase
(
integer
$length
,
integer
$base
= 62 ) :
string
getByte
(
integer
$length
) :
string
getFloat
(
float
$min
,
float
$max
= 1 ) :
float
getInt
(
integer
$min
,
integer
$max
= 2147483647 ) :
integer
Method Details
getBase()
public
méthode
public
getBase
(
integer
$length
,
integer
$base
= 62 ) :
string
$length
integer
$base
integer
Résultat
string
getByte()
public
méthode
public
getByte
(
integer
$length
) :
string
$length
integer
Résultat
string
getFloat()
public
méthode
public
getFloat
(
float
$min
,
float
$max
= 1 ) :
float
$min
float
$max
float
Résultat
float
getInt()
public
méthode
public
getInt
(
integer
$min
,
integer
$max
= 2147483647 ) :
integer
$min
integer
$max
integer
Résultat
integer