i have collection
Illuminate\Support\Collection {#1453
#items: array:4 [
0 => "three"
1 => "nine"
2 => "one"
3 => "two"
]
}
and this string
'one', 'two', 'three'
i am trying to validate if these all strings available in array
$array->contains('one', 'two', 'three')
it should return true
but everytime i am getting false
what i am doing wrong please explain thank you
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire