Methods
-
methodIdnaEncoder::encode()
Encode a hostname using Punycode
-
methodIdnaEncoder::is_ascii()
Check whether a given text string contains only ASCII characters
-
methodIdnaEncoder::nameprep()
Prepare a text string for use as an IDNA name
-
RFC3492-compliant encoder
-
methodIdnaEncoder::to_ascii()
Convert a UTF-8 text string to an ASCII string using Punycode
-
Convert a UTF-8 string to a UCS-4 codepoint array
-
Verify whether a received input parameter is _accessible as if it were an array_.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Utility/InputValidator.php:69 -
Verify whether a received input parameter is a Curl handle.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Utility/InputValidator.php:98 -
Verify whether a received input parameter is “iterable”.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Utility/InputValidator.php:83 -
Verify whether a received input parameter is usable as an integer array key.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Utility/InputValidator.php:39 -
Verify whether a received input parameter is “stringable”.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Utility/InputValidator.php:58 -
Verify that a received input parameter is of type string or is “stringable”.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Utility/InputValidator.php:28 -
Create a new invalid argument exception with a standardized text.
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/src/Exception/InvalidArgument.php:25 -
methodIpv6::check_ipv6()
Checks an IPv6 address
-
methodIpv6::compress()
Compresses an IPv6 address
-
methodIpv6::split_v6_v4()
Splits an IPv6 address into the IPv6 and IPv4 representation parts
-
methodIpv6::uncompress()
Uncompresses an IPv6 address
-
methodIri::absolutize()
Create a new IRI object by resolving a relative IRI
-
methodIri::get_authority()
Get the complete authority
-
methodIri::get_iauthority()
Get the complete iauthority
-
methodIri::get_iri()
Get the complete IRI
-
methodIri::get_uri()
Get the complete URI
-
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::parse_iri()
Parse an IRI into scheme/authority/path/query/fragment segments
-
Remove dot segments from a path
-
Callback function for preg_replace_callback.
-
Replace invalid character with percent encoding
-
-
methodIri::set_authority()
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
-
methodIri::set_fragment()
Set the ifragment.