simplexml_load_file

Supported Versions: PHP 5, PHP 7, PHP 8
Interprets an XML file into an object
<?php simplexml_load_file(    string $filename,    ?string $class_name = SimpleXMLElement::class,    int $options = 0,    string $namespace_or_prefix = "",    bool $is_prefix = false): SimpleXMLElement|false
<?php         $manager->copy("source://{$this->asset->path()}", $destination);



        $svg = simplexml_load_file($cache->getAdapter()->getPathPrefix().$cachePath);



        $cache->delete($cachePath);