Пример #1
0
 public function incr($by = 1)
 {
     $this->evaluate();
     Own::incr($this->resource, $by);
 }