filters\AccessRule $ips

$ips public property

List of user IP addresses that this rule applies to. An IP address can contain the wildcard * at the end so that it matches IP addresses with the same prefix. For example, '192.168.*' matches all IP addresses in the segment '192.168.'. If not set or empty, it means this rule applies to all IP addresses.

See also yii\web\Request::$userIP.

public array $ips = null
doc_Yii
2016-10-30 17:02:22
Comments
Leave a Comment

Please login to continue.