Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Hackzilla
PasswordGenerator
RandomGenerator
Php5RandomGenerator
PHP Class Hackzilla\PasswordGenerator\RandomGenerator\Php5RandomGenerator
Inheritance:
implements
Hackzilla\PasswordGenerator\RandomGenerator\RandomGeneratorInterface
显示文件
Open project: hackzilla/password-generator
Public Methods
Method
Description
randomInteger
(
integer
$min
,
integer
$max
) :
integer
This function does not generate cryptographically secure values, and should not be used for cryptographic purposes.
Method Details
randomInteger()
public
method
However this is the best PHP5.3 offers.
public
randomInteger
(
integer
$min
,
integer
$max
) :
integer
$min
integer
$max
integer
return
integer