Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: modifier.wordwrap.php

Source Location: /bblog/smarty_plugins/modifier.wordwrap.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_wordwrap  [line 23]

string smarty_modifier_wordwrap( string $string, [integer $length = 80], [string $break = "\n"], [boolean $cut = false]  )

Smarty wordwrap modifier plugin

Type: modifier
Name: wordwrap
Purpose: wrap a string of text at a given length

Parameters:
string   $string: 
integer   $length: 
string   $break: 
boolean   $cut: 

Information Tags:
Link:  wordwrap (Smarty online manual)

[ Top ]