This document summarizes a presentation on using arrays in PHP for RPG programmers. The presentation introduces different types of PHP arrays, such as enumerated, associative, and multidimensional arrays. It compares PHP arrays to RPG arrays and shows how PHP arrays are more dynamic, with no size limits and the ability to dynamically add and remove elements. The presentation also demonstrates various PHP array functions, such as sorting, searching, and manipulating elements, and provides examples of how RPG functions map to similar PHP functions. It suggests ways to debug arrays and formats sample code.