![]() |
Documentación GVHIDRA 3.1.5
|
Ir al código fuente de este archivo.
Namespaces | |
namespace | Smarty |
Funciones | |
smarty_modifier_wordwrap ($string, $length=80, $break="\n", $cut=false) |
smarty_modifier_wordwrap | ( | $ | string, |
$ | length = 80 , |
||
$ | break = "\n" , |
||
$ | cut = false |
||
) |
Smarty wordwrap modifier plugin
Type: modifier
Name: wordwrap
Purpose: wrap a string of text at a given length wordwrap (Smarty online manual) Monte Ohrt
string | |
integer | |
string | |
boolean |
Definición en la línea 24 del archivo modifier.wordwrap.php.
{
return wordwrap($string,$length,$break,$cut);
}