mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Remove whitespace
This commit is contained in:
parent
3459744d04
commit
553c1ec6d8
|
|
@ -8,7 +8,7 @@ $fo = fopen('output.csv', 'w');
|
|||
|
||||
function ip2int(string $ip) : float {
|
||||
$split = explode('.', $ip);
|
||||
return $split[0] * (256 ** 3) + $split[1] * (256 ** 2) + $split[2] * (256 ** 1) + $split[3];
|
||||
return $split[0] * (256 ** 3) + $split[1] * (256 ** 2) + $split[2] * (256 ** 1) + $split[3];
|
||||
}
|
||||
|
||||
while (($data = fgetcsv($fh, 150, ",")) !== FALSE) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user