function.closedb.php
来自「asterisk 計費模塊」· PHP 代码 · 共 31 行
PHP
31 行
<?php/** * Smarty plugin * @package Smarty * @subpackage plugins *//** * Smarty {closedb} function plugin * * Type: function<br> * Name: Get Lang<br> * Date: March 2, 2006<br> * Purpose: Take languave specific texts from database to display * @link To be attached with osdate package and topied to Smarty/plugins directory * @author Vijay Nair <vijay@nairvijay.com> * @version 1.0 * @param Text_to_check Text for Language Check * @return string */ function smarty_function_closedb($params, &$smarty ){ global $db; $db->disconnect();}/* vim: set expandtab: */?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?