File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/pull/vendor/Protobuf/Binary/Platform/NegativeEncoder.php
Back
<?php namespace Protobuf\Binary\Platform; /** * Implements platform specific encoding of negative values. * * @author Fabio B. Silva <fabio.bat.silva@gmail.com> */ interface NegativeEncoder { /** * Encode a negative varint. * * @param integer $value * * @return array */ public function encodeVarint($value); /** * Encode an integer as a fixed of 64bits. * * @param integer $value * * @return string */ public function encodeSFixed64($value); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings