ITSAPHPWORLD.com
Free PHP-Scripts
SQL-Statements
Angebot
E-Mail
Anzahl Wörter
Mit der Funktion
explodes()
kann man die Anzahl Wörter in einem String zählen.
<?php
$string = "hallo leute heute ist ein schöner tag!";
$explodes = explode(" ", $string);
echo count ($explodes);
?>
Download PHP Version 7.4.2
created by
NET
TECS
.ch