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