Tutorial
Func?ia str_word_count() este o func?ie īncorporat? īn PHP ?i este utilizat? pentru a returna informa?ii despre cuvintele utilizate īntr-un ?ir, cum ar fi cuvāntul cu num?r total din ?ir, pozi?iile cuvintelor din ?ir etc.
Sintaxa:
str_word_count ( $string , $returnVal, $chars )
Sintaxa:
str_word_count ( $string , $returnVal, $chars )
Exemplu:
<?php
echo "<pre>";
echo str_word_count("Hello world!");
echo "<br /><br />";
print_r(str_word_count("Romania online & invata PHP cu agernic.com/ro", 2));
print_r(str_word_count("Romania online & buna dimineata!",1));
print_r(str_word_count("Romania online & buna dimineata!",1,"&"));
echo "</pre>";
?>
Online Editor
This tool makes it easy to create, adjust, and experiment with custom colors for the web.
HTML Templates

Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.
CSS HTML Layout

Find here examples of creative and unique website layouts.
Free CSS HTML Menu

Find here examples of creative and unique website CSS HTML menu.