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