Get the complete iauthority
SimplePie_IRI::get_authority
Get the complete authority
SimplePie_IRI::get_uri
Get the complete URI
SimplePie_IRI::get_iri
Get the complete IRI
Advertisement
SimplePie_IRI::to_uri
Convert an IRI to a URI (or parts thereof)
SimplePie_IRI::set_query
Set the iquery.
SimplePie_IRI::set_fragment
Set the ifragment.
SimplePie_IRI::set_path
Set the ipath.
Advertisement
SimplePie_IRI::set_port
Set the port. Returns true on success, false on failure (if there are any invalid characters).
SimplePie_IRI::set_host
Set the ihost. Returns true on success, false on failure (if there are any invalid characters).
SimplePie_IRI::set_userinfo
Set the iuserinfo.
SimplePie_IRI::set_authority
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
Advertisement
SimplePie_IRI::set_iri
Set the entire IRI. 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::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.