![]() |
Documentación GVHIDRA 3.1.5
|
Ir al código fuente de este archivo.
Namespaces | |
namespace | Smarty |
Funciones | |
smarty_modifier_upper ($string) |
smarty_modifier_upper | ( | $ | string | ) |
Smarty upper modifier plugin
Type: modifier
Name: upper
Purpose: convert string to uppercase upper (Smarty online manual) Monte Ohrt
string |
Definición en la línea 21 del archivo modifier.upper.php.
{
return strtoupper($string);
}