PHP code example of paranoiq / xmlon-encoder
1. Go to this page and download the library: Download paranoiq/xmlon-encoder 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/ */
paranoiq / xmlon-encoder example snippets
(object) [
'intVal' => 123,
'floatVal' => 456.789,
'boolVal' => TRUE,
'dateVal' => new DateTime('2013-10-10'),
'timeVal' => new DateTime(),
'arrayVals' => ['Hello', 'World']
]