Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Ip Class Reference

Data Fields

const V4 = '4'
 
const V6 = '6'
 
const ALL = 'all'
 
const V4_NO_PRIV = '4_no_priv'
 
const V6_NO_PRIV = '6_no_priv'
 
const ALL_NO_PRIV = 'all_no_priv'
 
const V4_NO_RES = '4_no_res'
 
const V6_NO_RES = '6_no_res'
 
const ALL_NO_RES = 'all_no_res'
 
const V4_ONLY_PUBLIC = '4_public'
 
const V6_ONLY_PUBLIC = '6_public'
 
const ALL_ONLY_PUBLIC = 'all_public'
 

Detailed Description

Definition at line 5 of file Ip.php.

Field Documentation

◆ ALL

const ALL = 'all'

Definition at line 8 of file Ip.php.

◆ ALL_NO_PRIV

const ALL_NO_PRIV = 'all_no_priv'

Definition at line 12 of file Ip.php.

◆ ALL_NO_RES

const ALL_NO_RES = 'all_no_res'

Definition at line 16 of file Ip.php.

◆ ALL_ONLY_PUBLIC

const ALL_ONLY_PUBLIC = 'all_public'

Definition at line 20 of file Ip.php.

◆ V4

const V4 = '4'

Definition at line 6 of file Ip.php.

◆ V4_NO_PRIV

const V4_NO_PRIV = '4_no_priv'

Definition at line 10 of file Ip.php.

◆ V4_NO_RES

const V4_NO_RES = '4_no_res'

Definition at line 14 of file Ip.php.

◆ V4_ONLY_PUBLIC

const V4_ONLY_PUBLIC = '4_public'

Definition at line 18 of file Ip.php.

◆ V6

const V6 = '6'

Definition at line 7 of file Ip.php.

◆ V6_NO_PRIV

const V6_NO_PRIV = '6_no_priv'

Definition at line 11 of file Ip.php.

◆ V6_NO_RES

const V6_NO_RES = '6_no_res'

Definition at line 15 of file Ip.php.

◆ V6_ONLY_PUBLIC

const V6_ONLY_PUBLIC = '6_public'

Definition at line 19 of file Ip.php.


The documentation for this class was generated from the following file: