Ds\Vector::find

Ds\Vector::find

(PECL ds >= 1.0.0)

Ds\Vector::find Attempts to find a value's index.

Description

public mixed Ds\Vector::find ( mixed $value )

Returns the index of the value, or FALSE if not found.

Parameters

value

The value to find.

Return Values

T