PHP 클래스 GBURL, gitblog

상속: implements ArrayAccess, implements Countable
파일 보기 프로젝트 열기: rsms/gitblog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$fragment
$host
$path
$port
$query
$scheme
$secure

공개 메소드들

메소드 설명
__construct ( $url = null )
__sleep ( )
__toString ( )
__wakeup ( )
count ( ) # Countable
offsetExists ( $k )
offsetGet ( $k ) # ArrayAccess
offsetSet ( $k, $v )
offsetUnset ( $k )
parse ( $str )
toString ( $scheme = true, $host = true, $port = true, $path = true, $query = true, $fragment = true )

메소드 상세

__construct() 공개 메소드

public __construct ( $url = null )

__sleep() 공개 메소드

public __sleep ( )

__toString() 공개 메소드

public __toString ( )

__wakeup() 공개 메소드

public __wakeup ( )

count() 공개 메소드

# Countable
public count ( )

offsetExists() 공개 메소드

public offsetExists ( $k )

offsetGet() 공개 메소드

# ArrayAccess
public offsetGet ( $k )

offsetSet() 공개 메소드

public offsetSet ( $k, $v )

offsetUnset() 공개 메소드

public offsetUnset ( $k )

parse() 정적인 공개 메소드

static public parse ( $str )

toString() 공개 메소드

public toString ( $scheme = true, $host = true, $port = true, $path = true, $query = true, $fragment = true )

프로퍼티 상세

$fragment 공개적으로 프로퍼티

public $fragment

$host 공개적으로 프로퍼티

public $host

$path 공개적으로 프로퍼티

public $path

$port 공개적으로 프로퍼티

public $port

$query 공개적으로 프로퍼티

public $query

$scheme 공개적으로 프로퍼티

public $scheme

$secure 공개적으로 프로퍼티

public $secure