get_html_translation_table
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Returns the translation table used by htmlspecialchars() and htmlentities()
<?php get_html_translation_table(int $table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, string $encoding = "UTF-8"): array