예제 #1
0
 public function write($string)
 {
     fwrite($this->getHandle(), JsonUtils::encode($string) . "\n");
     return $this;
 }
예제 #2
0
 public function input($value)
 {
     return JsonUtils::encode($value);
 }