IdnaEncoder::nameprep( string $text )
Prepare a text string for use as an IDNA name
Parameters
- $text
-
(Required) Text to prepare.
Return
(string) Prepared string
Source
File: wp-includes/Requests/src/IdnaEncoder.php
protected static function nameprep($text) {
return $text;
}