Cassandra\Collection::find PHP Méthode

find() public méthode

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