Voting

: max(zero, four)?
(Example: nine)

The Note You're Voting On

Seanj.jcink.com
19 years ago
The code posted below by bishop to count the characters of an array is simply... erm... well useless to me...

$array=Array("abc","de","f");
strlen(implode("",$array)); //6

works; and is much smaller. Probably much faster too.

<< Back to user notes page

To Top