Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list SVN commits mailing list
void Format::setTextWrap ( )
Sets text wrapping
This function can not be called statically.
Using setTextWrap()
<?php?>
<?php $value = strtr($value, array( "\r\n" => "\n", "\r" => "\n", )); ?>