Searched refs:idn_to_utf8 (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
H A D | bootstrap.php | 136 …function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) … function 143 …function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null)… function
|
H A D | bootstrap80.php | 124 …idn_to_utf8(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_UTS46, … function
|
H A D | README.md | 4 This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://…
|
H A D | Idn.php | 201 …public static function idn_to_utf8($domainName, $options = self::IDNA_DEFAULT, $variant = self::IN… function in Symfony\\Polyfill\\Intl\\Idn\\Idn
|
/plugin/stopforumspam2/ |
H A D | helper.php | 260 $utf8 = idn_to_utf8($emexp[1]);
|
/plugin/authgooglesheets/ |
H A D | composer.lock | 1083 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|