whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Dom
/
Predicate
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Dom/Predicate/is_default_xmlns_attribute.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Dom\Predicate; use DOMNameSpaceNode; use DOMNode; function is_default_xmlns_attribute(DOMNode|DOMNameSpaceNode $node): bool { return is_xmlns_attribute($node) && $node->prefix === ''; }
Copyright ©2021 || Defacer Indonesia