AMQPConnection::getMaxChannels PHP 메소드

getMaxChannels() 공개 메소드

When connection is connected, effective connection value returned, which is normally the same as original correspondent value passed to constructor, otherwise original value passed to constructor returned.
public getMaxChannels ( ) : integer
리턴 integer
    public function getMaxChannels()
    {
    }

Usage Example

예제 #1
0
 /**
  * @return int|null
  */
 public function getMaxChannels()
 {
     return $this->rawConnection->getMaxChannels();
 }