Data Type Php

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