Better array parameter handling in PHP Handling array parameters in PHP can be kind of a pain since you can't be sure about the shape of the array. Gladly there a way to make handling such parameters way easier.
If you've ever worked with array parameters in PHP you might feel familiar with something like this: