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
MailThief
Support
MailThiefCollection
PHP Class MailThief\Support\MailThiefCollection
Inheritance:
extends
Illuminate\Support\Collection
Afficher le fichier
Open project: tightenco/mailthief
Méthodes publiques
Méthode
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
méthode
Identical to the 5.3 implementation of contains
public
contains
(
$key
,
$value
= null )
first()
public
méthode
5.3 implementation of Arr::first()
public
first
(
callable
$callback
= null,
$default
= null )
$callback
callable