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
MailThief
Support
MailThiefCollection
PHP Class MailThief\Support\MailThiefCollection
Inheritance:
extends
Illuminate\Support\Collection
显示文件
Open project: tightenco/mailthief
Public Methods
Method
Description
contains
(
$key
,
$value
= null )
Identical to the 5.3 implementation of contains
first
(
callable
$callback
= null,
$default
= null )
5.3 implementation of Arr::first()
Method Details
contains()
public
method
Identical to the 5.3 implementation of contains
public
contains
(
$key
,
$value
= null )
first()
public
method
5.3 implementation of Arr::first()
public
first
(
callable
$callback
= null,
$default
= null )
$callback
callable