whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Dom
/
Locator
/
Xsd
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Dom/Locator/Xsd/locate_all_xsd_schemas.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Dom\Locator\Xsd; use DOMDocument; use Psl\Regex\Exception\RuntimeException; use VeeWee\Xml\Xsd\Schema\SchemaCollection; /** * @throws RuntimeException */ function locate_all_xsd_schemas(DOMDocument $document): SchemaCollection { return new SchemaCollection( ...iterator_to_array(locate_namespaced_xsd_schemas($document)), ...iterator_to_array(locate_no_namespaced_xsd_schemas($document)) ); }
Copyright ©2021 || Defacer Indonesia