<?php $cars=array("Volvo","BMW","Toyota"); echo sizeof($cars); ?>
Pro tip: use ```triple backticks around text``` to write in code fences