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
RateLimiterInterface
PHP Interface ManaPHP\Security\RateLimiterInterface
Afficher le fichier
Open project: manaphp/manaphp
Méthodes publiques
Méthode
Description
limit
(
string
|
array
$controllerAction
,
integer
$duration
,
integer
$ip_times
,
integer
$user_times
= null ) :
void
limitAny
(
string
$resource
,
integer
$duration
,
integer
$ip_times
,
integer
$user_times
= null ) :
void
Method Details
limit()
public
méthode
public
limit
(
string
|
array
$controllerAction
,
integer
$duration
,
integer
$ip_times
,
integer
$user_times
= null ) :
void
$controllerAction
string
|
array
$duration
integer
$ip_times
integer
$user_times
integer
Résultat
void
limitAny()
public
méthode
public
limitAny
(
string
$resource
,
integer
$duration
,
integer
$ip_times
,
integer
$user_times
= null ) :
void
$resource
string
$duration
integer
$ip_times
integer
$user_times
integer
Résultat
void