Prepare a text string for use as an IDNA name
Parameters
$text
stringrequired- Text to prepare.
Source
protected static function nameprep($text) {
return $text;
}
Prepare a text string for use as an IDNA name
$text
stringrequiredprotected static function nameprep($text) {
return $text;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.