示例#1
0
/**
 * 钩子函数
 * @param $tag
 * @param null $params
 * @return bool
 */
function Hook($tag, &$params = NULL)
{
    \System\Library\Hook::listen($tag, $params);
}