Using PHP Arrays: A Guide for Beginners
Learn the basics of what arrays in PHP are, how they work, some of the basic syntax and the different types of indexes available.
Learn the basics of what arrays in PHP are, how they work, some of the basic syntax and the different types of indexes available.
Bert discusses an interesting approach to creating arrays and collections that automatically enforce certain types - both scalar and fully custom
Colin Ihrig explains the concept of memoization, which can potentially increase your program's performance by caching the results of previous function calls