コード例 #1
0
ファイル: pearxmlglue.php プロジェクト: SandyS1/presentations
<?php

require_once 'pearxml.php';
$w = new Wishlist('thedata.xml');
$w->parse();
var_dump($w->items);