Jump to content

Count Multidimensional arrays


ThunderAI

Recommended Posts

How do I find out how large a dimension of an array is?

 

I have an array with an X and a Y coordinate, and in the 3rd dimension I store it as the value of an ID.

 

so an array might be x,y,560; x,y,415, etc. I can run a counter within the loop to determine the total number of iterations of the loop, but that isn't an accurate picture of how large the 3rd dimension of the array is.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/252182-count-multidimensional-arrays/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.