whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Reader
/
Matcher
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Reader/Matcher/document_element.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Reader\Matcher; use Closure; use VeeWee\Xml\Reader\Node\NodeSequence; /** * @return Closure(NodeSequence): bool */ function document_element(): Closure { return static function (NodeSequence $sequence): bool { return !$sequence->parent(); }; }
Copyright ©2021 || Defacer Indonesia