I can't find a length function in PHP, they seem to have gone out of their way not to put one in!
I've tried length(parameters), but that doesn't work. I've searched the php.net function list, but there's only a mysql_fetch_lengths, which isn't what I'm looking for.
Nibinaear.