Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MailThief
Support
MailThiefCollection
PHP 클래스 MailThief\Support\MailThiefCollection
상속:
extends
Illuminate\Support\Collection
파일 보기
프로젝트 열기: tightenco/mailthief
공개 메소드들
메소드
설명
contains
(
$key
,
$value
= null )
Identical to the 5.3 implementation of contains
first
(
callable
$callback
= null,
$default
= null )
5.3 implementation of Arr::first()
메소드 상세
contains()
공개
메소드
Identical to the 5.3 implementation of contains
public
contains
(
$key
,
$value
= null )
first()
공개
메소드
5.3 implementation of Arr::first()
public
first
(
callable
$callback
= null,
$default
= null )
$callback
callable