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