getUsedChannels() public method

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