Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list SVN commits mailing list
void Format::setTextWrap ( )
テキストの折り返しを設定します。
This function can not be called statically.
setTextWrap() の使用法
<?php?>
<?php $value = strtr($value, array( "\r\n" => "\n", "\r" => "\n", )); ?>