Nested array
<?php $locations = array("C","A",array("Boston","Des Moines"),"B"); echo count($locations,1); ?>