void Format::setTextWrap (
)
Définit le retour automatique à la ligne du texte.
This function can not be called statically.
Exemple avec setTextWrap()
<?php
?>
<?php
$value = strtr($value, array(
"\r\n" => "\n",
"\r" => "\n",
));
?>
