isPersistent() public method

When connection is not connected, boolean false always returned
public isPersistent ( ) : boolean
return boolean
コード例 #1
0
ファイル: Client.php プロジェクト: csharpru/yii2-amqp
 /**
  * @return bool|null
  */
 public function isPersistent()
 {
     return $this->rawConnection->isPersistent();
 }