Iri::is_valid()
Method: 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.
Source: wp-includes/Requests/src/Iri.php:701
Method: 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.
Source: wp-includes/Requests/src/Iri.php:701
Method:
Source: wp-includes/Requests/src/Iri.php:720
Method: Set the entire IRI. Returns true on success, false on failure (if there are any invalid characters).
Source: wp-includes/Requests/src/Iri.php:741
Method: Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
Source: wp-includes/Requests/src/Iri.php:791
Method: Set the authority. Returns true on success, false on failure (if there are any invalid characters).
Source: wp-includes/Requests/src/Iri.php:812
Method: Set the iuserinfo.
Source: wp-includes/Requests/src/Iri.php:871
Method: Set the ihost. Returns true on success, false on failure (if there are any invalid characters).
Source: wp-includes/Requests/src/Iri.php:890
Method: Overload __isset() to provide access via properties
Source: wp-includes/Requests/src/Iri.php:231
Method: Overload __unset() to provide access via properties
Source: wp-includes/Requests/src/Iri.php:240
Method: Create a new IRI object, from a specified string
Source: wp-includes/Requests/src/Iri.php:253