1 | <?php |
||
4 | class PhpInt extends Base{ |
||
5 | |||
6 | /** |
||
7 | * @param int|string $value |
||
8 | * @throws Exception |
||
9 | */ |
||
10 | public function __construct($value = null){ |
||
19 | |||
20 | public static function binary($value){ |
||
23 | |||
24 | /** |
||
25 | * @param string $binary |
||
26 | * @return int |
||
27 | */ |
||
28 | public static function parse($binary){ |
||
32 | } |
||
33 |