Cassandra\Rows::offsetExists PHP Méthode

offsetExists() public méthode

Returns existence of a given row.
See also: ArrayAccess::offsetExists()
public offsetExists ( integer $offset ) : boolean
$offset integer row index
Résultat boolean whether a row at a given index exists
    public function offsetExists($offset)
    {
    }