Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $str = "Un exemple d'un mot long est : Supercalifragulistique"; echo wordwrap($str,15,"<br>\n",TRUE); ?> </body> </html>
An example of a
long word is:
Supercalifragul
istic