file2Str() file2Str(boolean|string $filename = false, array $data = array()) : boolean|mixed 文件模板解析为字符串 Parameters boolean|string $filename array $data Returns boolean|mixed
file2pVar() file2pVar(boolean|string $filename = false) : boolean|mixed 文件模式解析为php变量 Parameters boolean|string $filename Returns boolean|mixed
tpl2Str() tpl2Str(boolean|string $tpl = false, array $data = array()) : boolean|mixed 字符串模板解析为字符串 Parameters boolean|string $tpl array $data Returns boolean|mixed
tpl2pVar() tpl2pVar(boolean|string $tpl = false) : boolean|mixed 模板转化为php变量 Parameters boolean|string $tpl Returns boolean|mixed