File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/pull/vendor/Protobuf/Unknown.php
Back
<?php namespace Protobuf; /** * Unknown value * * @author Iván Montes <drslump@pollinimini.net> * @author Fabio B. Silva <fabio.bat.silva@gmail.com> */ class Unknown { /** * @var integer */ public $tag; /** * @var integer */ public $type; /** * @var mixed */ public $value; /** * @param integer $tag * @param integer $type * @param mixed $value */ public function __construct($tag = 0, $type = null, $value = null) { $this->tag = $tag; $this->type = $type; $this->value = $value; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.29 |
proxy
|
phpinfo
|
Settings