array ki value ko kaise count karte hai in php | count array value or length in php

technical talkiess
0

array ki value ko kaise count karte hai in php | count array value or length in php

 <!DOCTYPE html>

<html>

<body>


<?php

$test_array = ['vishal','usrate','lakhan','test','rahul'];

echo count($test_array);


?> 


</body>

</html>


Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)