MessagePack\Tests\Perf\Test::getPacked PHP 메소드

getPacked() 공개 메소드

public getPacked ( ) : string
리턴 string
    public function getPacked()
    {
        return $this->packed;
    }

Usage Example

예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function calibrate(Test $test)
 {
     $test->getPacked();
 }
All Usage Examples Of MessagePack\Tests\Perf\Test::getPacked