putShort() публичный Метод

public putShort ( $v )
Пример #1
0
 public function write(NBT $nbt)
 {
     $nbt->putShort(strlen($this->value));
     $nbt->put($this->value);
 }
Пример #2
0
 public function write(NBT $nbt, bool $network = false)
 {
     $nbt->putShort($this->value);
 }