We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9da09 commit 7b008bfCopy full SHA for 7b008bf
LSS/Array2XML.php
@@ -19,6 +19,8 @@
19
* If not, see <http://www.gnu.org/licenses/>.
20
*/
21
namespace LSS;
22
+use \DomDocument;
23
+use \Exception;
24
25
/**
26
* Array2XML: A class to convert array in PHP to XML
LSS/XML2Array.php
+use \DOMDocument;
* XML2Array: A class to convert XML to array in PHP
0 commit comments