Requests_IDNAEncoder::nameprep( string $string )

Prepare a string for use as an IDNA name


Description Description


Parameters Parameters

$string

(string) (Required)


Top ↑

Return Return

(string) Prepared string


Top ↑

Source Source

File: wp-includes/Requests/IDNAEncoder.php

	protected static function nameprep($string) {
		return $string;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.