<!DOCTYPE html>
<html>
<body>

<?php
print_r(str_word_count("I love Shanghai!",1));
?>
  
</body>
</html>