Quantcast
Viewing latest article 10
Browse Latest Browse All 10

PHP – Return first n words from a string

Do you ever find yourself needing to shorten a string in PHP? Maybe return the first 25 words of a long story? Give this routine a try. It will return the first n words from a string, or the entire string if it is less than n words long. PLAIN TEXT PHP: function shorten_string($string, $wordsreturned) [...]

Viewing latest article 10
Browse Latest Browse All 10

Trending Articles