PHP Array Length Tutorial โ€“ How to Get an Array Size

1 ยท freeCodeCamp.org ยท Aug. 27, 2021, 7:21 p.m.
Arrays are a powerful data type in PHP. And knowing how to quickly determine the size of an array is a useful skill. In this article I'll give you a quick overview of how arrays work, and then I'll dive into how to get the size of PHP arrays. If...