Source for file modifier.wordwrap.php
Documentation is available at modifier.wordwrap.php
* Smarty wordwrap modifier plugin
* Purpose: wrap a string of text at a given length
* @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php
* wordwrap (Smarty online manual)
return wordwrap($string,$length,$break,$cut);
Documentation generated on Mon, 25 Jun 2007 14:03:31 -0400 by phpDocumentor 1.3.2. PEAR Logo Copyright © PHP Group 2004.
|