Team LiB
Previous Section Next Section

Chapter 2. Arrays

IN THIS CHAPTER

The focus of this chapter is one of the most powerful data structures available to PHP developers todaythe array. Despite its relative ease of use, an array is considered one of the two complex data types available in PHP (the second is objects discussed in Chapter 13, "Object-Oriented Programming in PHP").

    Team LiB
    Previous Section Next Section