public function reset() { parent::reset(); $this->ref = array(); $this->arrayref = array(); }
private function doFunctionList() { $functions = array_values($this->funcNames); $writer = new HproseSimpleWriter($this->output); $this->output->write(HproseTags::TagFunctions); $writer->writeList($functions); $this->output->write(HproseTags::TagEnd); ob_end_flush(); }