@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | $nip2 = pack('N', ip2long($nip)); |
62 | 62 | |
63 | - $tmp_offset = (int)$ipdot[0] * 4; |
|
63 | + $tmp_offset = (int) $ipdot[0] * 4; |
|
64 | 64 | $start = unpack('Vlen', $this->index[$tmp_offset] . $this->index[$tmp_offset + 1] . $this->index[$tmp_offset + 2] . $this->index[$tmp_offset + 3]); |
65 | 65 | |
66 | 66 | $index_offset = $index_length = NULL; |