_encodeFetchOffset() 보호된 정적인 메소드

encode signal topic
protected static _encodeFetchOffset ( $values ) : string
리턴 string
예제 #1
0
 /**
  * encodeFetchOffset
  *
  * @access public
  * @return void
  */
 public static function encodeFetchOffset($values)
 {
     return parent::_encodeFetchOffset($values);
 }