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