PHP Class phpbb_questionnaire_system_data_provider

Show file Open project: phpbb/phpbb

Public Methods

Method Description
get_data ( ) : array Get data about the general system information, like OS or IP (shortened).
get_identifier ( )
is_private_ip ( string $ip ) : boolean Checks whether the given IP is in a private network.

Method Details

get_data() public method

Get data about the general system information, like OS or IP (shortened).
public get_data ( ) : array
return array

get_identifier() public method

public get_identifier ( )

is_private_ip() public method

Checks whether the given IP is in a private network.
public is_private_ip ( string $ip ) : boolean
$ip string IP in v4 dot-decimal or v6 hex format
return boolean true if the IP is from a private network, else false