Smarty - the compiling PHP
template engine |
Prev 来源:PHP中文社区
|
Chapter 13. Methods |
Next
|
unregister_resource
注销资源
void unregister_resource
(string
name)
Use this to dynamically unregister a resource plugin. Pass in the
name of the resource.
动态注销一个资源插件,参数是资源的名称。
Example 13-27. unregister_resource
例子 13-27. 注销资源
$smarty->unregister_resource("db");
|
|