Skip to content

Commit 935e99f

Browse files
committed
update
1 parent c89bd20 commit 935e99f

File tree

9 files changed

+53
-0
lines changed

9 files changed

+53
-0
lines changed

src/ipip/db/BaseStation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
38
namespace ipip\db;
49

510
class BaseStation

src/ipip/db/BaseStationInfo.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class BaseStationInfo

src/ipip/db/City.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class City

src/ipip/db/CityInfo.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class CityInfo

src/ipip/db/District.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class District

src/ipip/db/DistrictInfo.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class DistrictInfo

src/ipip/db/IDC.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class IDC

src/ipip/db/IDCInfo.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class IDCInfo

src/ipip/db/Reader.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* @site https://www.ipip.net
5+
* @desc Parse IP library in ipdb format
6+
* @copyright IPIP.net
7+
*/
8+
39
namespace ipip\db;
410

511
class Reader

0 commit comments

Comments
 (0)