validators\IpValidator $subnet

$subnet public property

Whether the address can be an IP with CIDR subnet, like 192.168.10.0/24. The following values are possible:

  • false - the address must not have a subnet (default).
  • true - specifying a subnet is required.
  • null - specifying a subnet is optional.
public boolean $subnet = false
doc_Yii
2016-10-30 17:13:55
Comments
Leave a Comment

Please login to continue.