<?php $array = ['One', 'Two', 'Three']; $total = 0; foreach ($array as $item) $total += strlen($item); echo $total;
You have javascript disabled. You will not be able to edit any code.