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
Parkour
Functor
Lower
PHP Class Parkour\Functor\Lower
Inheritance:
extends
Parkour\Functor
显示文件
Open project: benjamminf/craft-embedded-assets
Public Methods
Method
Description
invoke
(
mixed
$first
,
mixed
$second
) :
boolean
Tells if the first value is lower than the second.
Method Details
invoke()
public
method
Tells if the first value is lower than the second.
public
invoke
(
mixed
$first
,
mixed
$second
) :
boolean
$first
mixed
First value.
$second
mixed
Second value.
return
boolean
Result.