whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Dom
/
Locator
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Dom/Locator/elements_with_tagname.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Dom\Locator; use Closure; use DOMDocument; use DOMElement; use VeeWee\Xml\Dom\Collection\NodeList; use function VeeWee\Xml\Dom\Locator\Element\locate_by_tag_name; /** * @return Closure(DOMDocument): NodeList<DOMElement> */ function elements_with_tagname(string $tagName): Closure { return /** * @return NodeList<DOMElement> */ static fn (DOMDocument $document): NodeList => locate_by_tag_name($document->documentElement, $tagName); }
Copyright ©2021 || Defacer Indonesia