Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public function __construct(array $data, string $parent){ |
||
25 | parent::__construct($data, $parent); |
||
26 | |||
27 | $this->Hash = \bin2hex($this->Hash); |
||
28 | $this->FileUtime = (int)($this->Filetime/100000000); |
||
29 | # $dt = (new \DateTime)->createFromFormat('U.u', $this->FileUtime) ?: (new \DateTime)->createFromFormat('U', $this->FileUtime); |
||
34 |