string

?? [str??]

n.?, ??, ?? ??; ?

vt. ; ?? ??? ??;

word

English [w?:rd]

n. wording, wording; inwords

count

English [ka?nt]

n. ??; ??

v.

PHP str_word_count() ?? ???

??: ???? ?? ? ??

??: ??str_word_count(string,return,char)

????:

??????
??? ??? . ??? ???? ?????.
??????. str_word_count() ??? ?? ?? ?????. ??? ?: 0 - ???. ?? ?? ?? ?????. 1 - ???? ??? ???? ??? ?????. 2 - ?? ???? ?? ???? ?? ?? ??? ??? ?????.
???? ?????. ??? ???? ?? ??? ?????.

??: ???? ?? ?? ???.

PHP str_word_count() ?? ?

<?php
echo str_word_count("I love php!");
?>
rerun ?????

??? ????? ??? "???? ??"??? ??????. ??? ????? ???

??:

3