getUsedChannels() 공개 메소드

Return last used channel id during current connection session.
public getUsedChannels ( ) : integer
리턴 integer
예제 #1
0
 /**
  * @return int
  */
 public function getUsedChannels()
 {
     return $this->rawConnection->getUsedChannels();
 }