Skip to content

Instantly share code, notes, and snippets.

@slav123
Forked from anonymous/gist:4404086
Last active December 10, 2015 07:58
Show Gist options
  • Save slav123/4404088 to your computer and use it in GitHub Desktop.
Save slav123/4404088 to your computer and use it in GitHub Desktop.
<?php
$xml_body = simplexml_load_string('text.xml', NULL, LIBXML_NOERROR+LIBXML_ERR_FATAL+LIBXML_ERR_NONE);
var_dump($xml_body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment