_encodeFetchTopic() protected static method

encode signal topic
protected static _encodeFetchTopic ( $values ) : string
return string
コード例 #1
0
ファイル: Encoder.php プロジェクト: ymnl007/kafka-php
 /**
  * encodeFetchTopic
  *
  * @access public
  * @return void
  */
 public static function encodeFetchTopic($values)
 {
     return parent::_encodeFetchTopic($values);
 }