SlightPHP\DbPDO::count PHP Method

count() public method

public count ( )
    public function count()
    {
        if (!$this->_stmt) {
            return false;
        }
        return $this->_stmt->rowCount();
    }