PHP Class phpbb_questionnaire_system_data_provider

Afficher le fichier Open project: phpbb/phpbb

Méthodes publiques

Méthode 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 méthode

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

get_identifier() public méthode

public get_identifier ( )

is_private_ip() public méthode

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
Résultat boolean true if the IP is from a private network, else false