File: wp-includes/Requests/src/Iri.php
-
methodIri::__wakeup()
-
methodIri::set_query()
Set the iquery.
-
methodIri::set_fragment()
Set the ifragment.
-
methodIri::to_uri()
Convert an IRI to a URI (or parts thereof)
-
methodIri::get_iri()
Get the complete IRI
-
methodIri::get_uri()
Get the complete URI
-
methodIri::get_iauthority()
Get the complete iauthority
-
methodIri::get_authority()
Get the complete authority
-
methodIri::set_scheme()
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
-
methodIri::set_authority()
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
-
methodIri::set_userinfo()
Set the iuserinfo.
-
methodIri::set_host()
Set the ihost. Returns true on success, false on failure (if there are any invalid characters).
-
methodIri::set_port()
Set the port. Returns true on success, false on failure (if there are any invalid characters).
-
methodIri::set_path()
Set the ipath.
-
Callback function for preg_replace_callback.
-
-
methodIri::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.
-
methodIri::set_iri()
Set the entire IRI. Returns true on success, false on failure (if there are any invalid characters).
-
methodIri::absolutize()
Create a new IRI object by resolving a relative IRI
-
methodIri::parse_iri()
Parse an IRI into scheme/authority/path/query/fragment segments
-
Remove dot segments from a path
-
Replace invalid character with percent encoding
-
methodIri::__set()
Overload __set() to provide access via properties
-
methodIri::__get()
Overload __get() to provide access via properties
-
methodIri::__isset()
Overload __isset() to provide access via properties
-
methodIri::__unset()
Overload __unset() to provide access via properties
-
methodIri::__construct()
Create a new IRI object, from a specified string
-
classIri
IRI parser/serialiser/normaliser
-
methodIri::__toString()
Return the entire IRI when you try and read the object as a string