release version 2.0.14

This commit is contained in:
SilverFire - Dmitry Naumenko
2018-02-19 00:27:09 +02:00
parent 089685975a
commit 22832b7c49
81 changed files with 367 additions and 50 deletions

View File

@@ -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.
*