Answers for "arra lenght php"

PHP
39

php length of array

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

lenght de un array php

count($array):int
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language