Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Error last ip address in info.network #5

Closed
@ddrv

Description

@ddrv

What steps will reproduce the problem?

<?php
/*
 * Some code
 */
$iptool = new Iptool($dbFile);
$info = $iptool->find($ip);
print_r($info);

What is the expected result?

Array
(
    [network] => Array
        (
            [first] => 114.12.70.0
            [last] => 114.12.70.255
        )
    ...
)

What do you get instead?

Array
(
    [network] => Array
        (
            [first] => 114.12.70.0
            [last] => 114.12.71.0
        )
    ...
)

Additional info

Q A
IP Tool version 1.0.7
PHP version 7.0
Operating system Linux Mint

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions