PHP Class GBURL, gitblog

Inheritance: implements ArrayAccess, implements Countable
Mostrar archivo Open project: rsms/gitblog Class Usage Examples

Public Properties

Property Type Description
$fragment
$host
$path
$port
$query
$scheme
$secure

Public Methods

Method Description
__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 )

Method Details

__construct() public method

public __construct ( $url = null )

__sleep() public method

public __sleep ( )

__toString() public method

public __toString ( )

__wakeup() public method

public __wakeup ( )

count() public method

# Countable
public count ( )

offsetExists() public method

public offsetExists ( $k )

offsetGet() public method

# ArrayAccess
public offsetGet ( $k )

offsetSet() public method

public offsetSet ( $k, $v )

offsetUnset() public method

public offsetUnset ( $k )

parse() static public method

static public parse ( $str )

toString() public method

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

Property Details

$fragment public_oe property

public $fragment

$host public_oe property

public $host

$path public_oe property

public $path

$port public_oe property

public $port

$query public_oe property

public $query

$scheme public_oe property

public $scheme

$secure public_oe property

public $secure