Cassandra\Collection::find PHP Method

find() public method

Finds index of a value in this collection.
public find ( mixed $value ) : integer
$value mixed Value
return integer Index or null
    public function find($value)
    {
    }