Set the authority. Returns true on success, false on failure (if there are any invalid characters).
SimplePie_IRI::set_scheme
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
SimplePie_IRI::set_iri
Set the entire IRI. Returns true on success, false on failure (if there are any invalid characters).
SimplePie_IRI::is_valid
Check if the object represents a valid IRI. This needs to be done on each call as some things change depending on another part of the IRI.
Advertisement
SimplePie_IRI::scheme_normalization
SimplePie_IRI::remove_iunreserved_percent_encoded
Callback function for preg_replace_callback.
SimplePie_IRI::replace_invalid_with_pct_encoding
Replace invalid character with percent encoding
SimplePie_IRI::remove_dot_segments
Remove dot segments from a path
Advertisement
SimplePie_IRI::parse_iri
Parse an IRI into scheme/authority/path/query/fragment segments
SimplePie_IRI::absolutize
Create a new IRI object by resolving a relative IRI
SimplePie_IRI::__construct
Create a new IRI object, from a specified string
SimplePie_IRI::__unset
Overload __unset() to provide access via properties
Advertisement
SimplePie_IRI::__isset
Overload __isset() to provide access via properties
SimplePie_IRI::__get
Overload __get() to provide access via properties
SimplePie_IRI::__set
Overload __set() to provide access via properties