/** * Returns the number of bits in this set * @param int $mode * @return int */ public function count($mode = COUNT_NORMAL) { return $this->_List->count($mode); }