In PHP, an array is a data structure that allows you to store multiple elements under a single variable name. Arrays are a fundamental part of PHP programming and are used to organize and manipulate collections of data efficiently. PHP supports both numeric arrays (indexed by numbers) and associative arrays (indexed by keys).