unregister_function

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Chapter 13. Methods Next

unregister_function
注销函数

// we don't want template designers to have access to system files
// 让模板设计者不能操作系统文件

$smarty->unregister_function("fetch");

Prev 来源:PHP中文社区 Home Next
unregister_compiler_function
注销编译函数
Up unregister_modifier
注销修饰器