PHP 인터페이스 Vectorface\Whip\IpRange\IpRange

저자: Daniel Bruce ([email protected])
파일 보기 프로젝트 열기: vectorface/whip

공개 메소드들

메소드 설명
containsIp ( string $ipAddress ) : boolean Returns whether or not a given IP address falls within this range.

메소드 상세

containsIp() 공개 메소드

Returns whether or not a given IP address falls within this range.
public containsIp ( string $ipAddress ) : boolean
$ipAddress string The given IP address.
리턴 boolean Returns true if the IP address falls within the range and false otherwise.