예제 #1
0
파일: BitSet.php 프로젝트: dazarobbo/cola
 /**
  * Returns the number of bits in this set
  * @param int $mode
  * @return int
  */
 public function count($mode = COUNT_NORMAL)
 {
     return $this->_List->count($mode);
 }