|
Ds\Sequence::findAttempts to find a value's index Description
abstract public mixed Ds\Sequence::find(mixed
$value )
Returns the index of the Parameters
Return Values
The index of the value, or
ExamplesExample #1 Ds\Sequence::find example
The above example will output something similar to: int(0) bool(false) bool(false) int(1) |