PHP code example of overbid / arrayasxml

1. Go to this page and download the library: Download overbid/arrayasxml library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

overbid / arrayasxml example snippets



use Overbid\ArrayAsXml;

$arrayAsXml = new ArrayAsXml();
$arrayAsXml->setEncoding('TIS-620');  //default UTF-8
$arrayAsXml->setRootName('main');     //defaul root

echo $arrayAsXml->save($data);