Categories : PHP

UASORT, UKSORT and USORT - Sorting Functions in PHP
November 12, 2021PHP offers lots of sorting functions to sort arrays. We're going to focus on these three great little beauties: usort, uasort and uksort.

Default and Named Arguments
September 28, 2021PHP 8 allows us to specify default arguments to pass to our function.

Constructor Property Promotion in PHP 8
September 15, 2021PHP 8 now offers us a way to simplify our class from three sets of data to one.
