Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Parkour
Functor
Lower
PHP 클래스 Parkour\Functor\Lower
상속:
extends
Parkour\Functor
파일 보기
프로젝트 열기: benjamminf/craft-embedded-assets
공개 메소드들
메소드
설명
invoke
(
mixed
$first
,
mixed
$second
) :
boolean
Tells if the first value is lower than the second.
메소드 상세
invoke()
공개
메소드
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.
리턴
boolean
Result.