Answers for "get the length of an array phph"

PHP
39

php length of array

<?php
	$arr = ["one", "two", "three", "four"];
	echo count($arr);
  ?>
Posted by: Guest on December-29-2019

Code answers related to "get the length of an array phph"

Browse Popular Code Answers by Language