<code>$h=config_item("parser_fun") ;//从配置文件中获得相应的配置信息 function fun($data){ global $h; return $h(); } </code>