📄 modifier.number_format.php
字号:
<?php/* * Smarty plugin *------------------------------------------------------------- * File: modifier.number_format.php * Type: modifier * Name: number_format * Version: 1.0 * Date: May 1st, 2002 * Purpose: pass value to PHP number_format() and return result * Install: Drop into the plugin directory. * Author: Jason E. Sweat <jsweat_php@yahoo.com> *------------------------------------------------------------- */function smarty_modifier_number_format($string, $places){ return number_format($string, $places);}/* vim: set expandtab: */?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -