Is there anyway to count how many keys an array has in Php ...

Is there anyway to count how many keys an array has in Php ...

瀏覽:448
日期:2025-06-16
Array ( [0] => 'hello' [1] => 'there' [2] => [3] => [4] => 3 ) // how to get the ... count $ arr = Array ( 0 => 'hello', 1 => 'there', 2 => null, 3 => null, 4 => 3, ......看更多