./Sources/Unicode/Idna.php
idna_maps
function idna_maps(): array
Helper function for idn_to_* polyfills.
Developers: Do not update the data in this function manually. Instead, run “php -f other/update_unicode_data.php” on the command line.
idna_maps_deviation
function idna_maps_deviation(): array
Helper function for idn_to_* polyfills.
Developers: Do not update the data in this function manually. Instead, run “php -f other/update_unicode_data.php” on the command line.
idna_maps_not_std3
function idna_maps_not_std3(): array
Helper function for idn_to_* polyfills.
Developers: Do not update the data in this function manually. Instead, run “php -f other/update_unicode_data.php” on the command line.
idna_regex
function idna_regex(): array
Helper function for idn_to_* polyfills.
Developers: Do not update the data in this function manually. Instead, run “php -f other/update_unicode_data.php” on the command line.