mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 03:28:56 +08:00
release version 2.0.14
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @link http://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\helpers;
|
||||
|
||||
@@ -23,6 +28,7 @@ class BaseIpHelper
|
||||
*/
|
||||
const IPV4_ADDRESS_LENGTH = 32;
|
||||
|
||||
|
||||
/**
|
||||
* Gets the IP version. Does not perform IP address validation.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user