©
Dieses Dokument verwendetPHP-Handbuch für chinesische WebsitesFreigeben
voidclear_compiled_tpl
(string tpl_file)
This clears the compiled version of the specified template resource, or all compiled template files if one is not specified. This function is for advanced use only, not normally needed.
清除指定模板资源的编译版本,如果不指定则清除所有已编译模板。除非特殊的需要,一般情况下不需要使用该函数。
(Fwolf:这个函数并不会删除模板本身,而是删除templates_c目录中存放的编译后生成的文件,这些编译后的文件会在下一次页面调用的时候再 一次被生成。)
Example 13-9. clear_compiled_tpl
|