PHP 클래스 phpbb_questionnaire_system_data_provider

파일 보기 프로젝트 열기: phpbb/phpbb

공개 메소드들

메소드 설명
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.

메소드 상세

get_data() 공개 메소드

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

get_identifier() 공개 메소드

public get_identifier ( )

is_private_ip() 공개 메소드

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