Class SimplePie_IRI
IRI parser/serialiser/normaliser
Package: SimplePie\HTTP
Copyright: 2007-2012 Geoffrey Sneddon, Steve Minutillo, Ryan McCue
License: http://www.opensource.org/licenses/bsd-license.php
Author: Geoffrey Sneddon
Author: Steve Minutillo
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/IRI.php
Copyright: 2007-2012 Geoffrey Sneddon, Steve Minutillo, Ryan McCue
License: http://www.opensource.org/licenses/bsd-license.php
Author: Geoffrey Sneddon
Author: Steve Minutillo
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/IRI.php
Methods summary
public
string
|
|
public
|
|
public
mixed
|
|
public
boolean
|
|
public
|
|
public
|
|
public static
IRI|false
|
#
absolutize( IRI|string $base, IRI|string $relative )
Create a new IRI object by resolving a relative IRI |
protected
array
|
|
protected
string
|
|
protected
string
|
#
replace_invalid_with_pct_encoding( string $string, string $extra_chars, boolean $iprivate = false )
Replace invalid character with percent encoding |
protected
string
|
|
protected
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
#
set_scheme( string $scheme )
Set the scheme. Returns true on success, false on failure (if there are any invalid characters). |
public
boolean
|
#
set_authority( string $authority )
Set the authority. Returns true on success, false on failure (if there are any invalid characters). |
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
string
|
|
public
string
|
|
protected
string
|
|
protected
string
|
Magic methods summary
Properties summary
protected
string
|
$scheme |
#
Scheme |
protected
string
|
$iuserinfo |
#
User Information |
protected
string
|
$ihost |
#
ihost |
protected
string
|
$port |
#
Port |
protected
string
|
$ipath |
#
ipath |
protected
string
|
$iquery |
#
iquery |
protected
string
|
$ifragment |
#
ifragment |
protected
array
|
$normalization |
#
Normalization database |