芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/projets/include/plugins/modifier.upper.php
* Name: upper
* Purpose: convert string to uppercase * @link http://smarty.php.net/manual/en/language.modifier.upper.php * upper (Smarty online manual) * @author Monte Ohrt
* @param string * @return string */ function smarty_modifier_upper($string) { return strtoupper($string); } ?>