Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php133 …function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null)… function
140 …function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null… function
H A Dbootstrap80.php121idn_to_ascii(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_UTS46,… function
H A DREADME.md4 This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://…
H A DIdn.php148 …public static function idn_to_ascii($domainName, $options = self::IDNA_DEFAULT, $variant = self::I… function in Symfony\\Polyfill\\Intl\\Idn\\Idn
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php80 return \idn_to_ascii($domain, $options, INTL_IDNA_VARIANT_UTS46, $info);
87 return Idn::idn_to_ascii($domain, $options, Idn::INTL_IDNA_VARIANT_UTS46, $info);
/plugin/stopforumspam2/
H A Dhelper.php259 $ascii = idn_to_ascii($emexp[1]);
/plugin/authgooglesheets/
H A Dcomposer.lock1083 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md18 * idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489)