On this page
Requests_IDNAEncoder::nameprep( string $string ): string
Prepare a string for use as an IDNA name
Parameters
$stringstring Required
Return
string Prepared string
Source
File: wp-includes/Requests/IDNAEncoder.php. View all references
protected static function nameprep($string) {
return $string;
}
Related
Used By
| Used By | Description |
|---|---|
| Requests_IDNAEncoder::to_ascii() wp-includes/Requests/IDNAEncoder.php | Convert a UTF-8 string to an ASCII string using Punycode |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_idnaencoder/nameprep