PhPHP · Lesson 3 of 8
Arrays — PHP's Swiss Army Knife
PHP has one collection type doing the job of lists, dictionaries, sets, and tuples: the array. Master it and you've mastered half of PHP.
✦ Tip
PHP has 80+ array_* functions — before writing a loop, check if one exists. fn($x) => ... is the short arrow-function syntax (PHP 7.4+); it auto-captures outer variables.
PHP has 80+ array_* functions — before writing a loop, check if one exists. fn($x) => ... is the short arrow-function syntax (PHP 7.4+); it auto-captures outer variables.