Home
last modified time | relevance | path

Searched refs:idnToAsci (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php34 $asciiHost = self::idnToAsci($uri->getHost(), $options, $info);
73 private static function idnToAsci($domain, $options, &$info = []) function in GuzzleHttp\\Utils