March 2011
Beginner
528 pages
12h 37m
English
In This Chapter
Creating Multidimensional Arrays 164
Transforming Between Strings and Arrays 172
The next—and last—variable type you’ll learn about in this book is the array. Arrays are significantly different from numbers or strings, and you can’t make the most of programming in PHP without understanding them.
Because of their unique nature, this chapter will cover arrays more deliberately and slowly than the other variable types. The chapter begins with an introduction to the concept, along with the basics of creating and using arrays. Then it covers ...