simplexml_load_string

Supported Versions: PHP 5, PHP 7, PHP 8
Interprets a string of XML into an object
<?php simplexml_load_string(    string $data,    ?string $class_name = SimpleXMLElement::class,    int $options = 0,    string $namespace_or_prefix = "",    bool $is_prefix = false): SimpleXMLElement|false