IpFilter
Zittme\Framework\Filters\IpFilter 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.
소스: common/framework/filters/IpFilter.php
공개 메서드
static function inRange(string $ip, string $range)- Check whether the given IP address belongs to a range.
static function inRanges(string $ip, array $ranges)- Check whether the given IP address belongs to a set of ranges.
static function validateRange(string $range)- Check whether a range definition is valid.
static function validateRanges(array $ranges)- Check whether a set of range definitions is valid.
static function getCloudFlareRealIP()- Get real IP from CloudFlare headers.