Gruppo Ludico

www.gruppoludico.it --- www.chinongiocadinontocca.it

Strumenti Utente

Strumenti Sito


wiki-1:php:php_playground
<?php
require_once "/home1/lsg/dokuwiki_out/data/pages/php/xml_to_array.txt" ;

//XML Data
$xml_data = file_get_contents("/home1/lsg/dokuwiki_out/data/pages/xml/bloodbowl.txt") ;

//Creating Instance of the Class
$xmlObj    = new XmlToArray($xml_data);
//Creating Array
$arrayData = $xmlObj->createArray();

//Displaying the Array
echo "<pre>";
print_r($arrayData);
echo "</pre>";
?>
wiki-1/php/php_playground.txt · Ultima modifica: 2022/04/16 21:12 da 127.0.0.1