whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Xslt
/
Configurator
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Xslt/Configurator/functions.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Xslt\Configurator; use Closure; use XSLTProcessor; /** * @param non-empty-list<string> $functions * * @return Closure(XSLTProcessor): XSLTProcessor */ function functions(array $functions): Closure { return static function (XSLTProcessor $processor) use ($functions) : XSLTProcessor { $processor->registerPhpFunctions($functions); return $processor; }; }
Copyright ©2021 || Defacer Indonesia