コード例 #1
0
ファイル: xml.php プロジェクト: k-kalashnikov/geekcon_new
 function &GetArray()
 {
     if (!is_object($this->tree)) {
         return false;
     } else {
         return $this->tree->__toArray();
     }
 }