Voting

: min(two, seven)?
(Example: nine)

The Note You're Voting On

lwright at psu dot edu
18 years ago
If you are looking to count the frequency of words, try:

<?php

$wordfrequency
= array_count_values( str_word_count( $string, 1) );

?>

<< Back to user notes page

To Top