Cassandra\Collection::get PHP Method

get() public method

Retrieves the value at a given index.
public get ( integer $index ) : mixed
$index integer Index
return mixed Value or null
    public function get($index)
    {
    }