how to count how many items in an array code example Example: php length of array <?php $arr = ["one", "two", "three", "four"]; echo count($arr); ?>