![]() |
str_word_count |
|
| |
||
| mixed str_word_count ( string string [, int format]) |
|
|
|
(PHP 4 >= 4.3.0, PHP 5) |
|
|
|
Mit str_word_count() kann man innerhalb einer Zeichenkette string die
|
|
|
<?PHP $var = "PHP 5 - Die Befehlsreferenz"; echo str_word_count ( $var) . "\n"; print_r(str_word_count ( $var,1)); print_r(str_word_count ( $var,2)); ?> |
|
|
|
3 |
|
| |
| weiter: |
|
| zurück: |
|
© 2001, 2002, 2003, 2004, 2005, 2004, 2005
Damir Enseleit, mail@selfphp.de