How can you count the elements in a string?
I mean if I wanna count how many a letters are in that variable:
$_my_string = 'astalavista';
I know that that could be done with explode & than count,... but Is there a more direct & immediate way to do it automaticly?