Dutch PHP Conference 2026 - Call For Papers

Voting

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

The Note You're Voting On

lwright at psu dot edu
19 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