class phpbb_questionnaire_system_data_provider

Questionnaire System data provider

Methods

get_identifier()

No description

array
get_data()

Get data about the general system information, like OS or IP (shortened).

bool
is_private_ip(string $ip)

Checks whether the given IP is in a private network.

Details

at line 137
get_identifier()

No description

at line 147
array get_data()

Get data about the general system information, like OS or IP (shortened).

Return Value

array

at line 171
bool is_private_ip(string $ip)

Checks whether the given IP is in a private network.

Parameters

string $ip

IP in v4 dot-decimal or v6 hex format

Return Value

bool

true if the IP is from a private network, else false