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