Cassandra\Collection::find PHP 메소드

find() 공개 메소드

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