Set the authority. Returns true on success, false on failure (if there are any invalid characters).
Requests_IRI::set_scheme
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
Requests_IRI::set_iri
Set the entire IRI. Returns true on success, false on failure (if there are any invalid characters).
Requests_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
Requests_IRI::scheme_normalization
Requests_IRI::remove_iunreserved_percent_encoded
Callback function for preg_replace_callback.
Requests_IRI::replace_invalid_with_pct_encoding
Replace invalid character with percent encoding
Requests_IRI::remove_dot_segments
Remove dot segments from a path
Advertisement
Requests_IRI::parse_iri
Parse an IRI into scheme/authority/path/query/fragment segments
Requests_IRI::absolutize
Create a new IRI object by resolving a relative IRI
Requests_IRI::__construct
Create a new IRI object, from a specified string
Requests_IRI::__unset
Overload __unset() to provide access via properties
Advertisement
Requests_IRI::__isset
Overload __isset() to provide access via properties
Requests_IRI::__get
Overload __get() to provide access via properties
Requests_IRI::__set
Overload __set() to provide access via properties