getUsedChannels() public method

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