<?php include "class.deff.php"; $def = new Deff(); $data = $def->LoadDefinitionFile(realpath("./test.def")); header("Content-Type: text/plain"); print_r($data); ?>