whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Html
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Html/decode.php
<?php declare(strict_types=1); namespace Psl\Html; use function html_entity_decode; use const ENT_QUOTES; /** * Convert HTML entities to their corresponding characters. * * @param Encoding $encoding defines character set used in conversion. * * @pure */ function decode(string $html, Encoding $encoding = Encoding::UTF_8): string { return html_entity_decode($html, ENT_QUOTES, $encoding->value); }
Copyright ©2021 || Defacer Indonesia