PHP 클래스 Nabble\SemaltBlocker\Domainparser

파일 보기 프로젝트 열기: nabble/semalt-blocker 1 사용 예제들

공개 메소드들

메소드 설명
getHostname ( string $url ) : string | false
getPath ( string $url ) : string
getRootDomain ( string $url ) : false | string Extracts lower-case ASCII root domain from URL if it is available and valid, returns false otherwise.

비공개 메소드들

메소드 설명
isHostInSuffixList ( false | string $host ) : boolean
parseUrl ( string $url, integer $component ) : string | false Checks an URL for validity, and punycode encode the returned component.

메소드 상세

getHostname() 공개 정적인 메소드

public static getHostname ( string $url ) : string | false
$url string
리턴 string | false

getPath() 공개 정적인 메소드

public static getPath ( string $url ) : string
$url string
리턴 string

getRootDomain() 공개 정적인 메소드

Extracts lower-case ASCII root domain from URL if it is available and valid, returns false otherwise.
public static getRootDomain ( string $url ) : false | string
$url string
리턴 false | string