How much production code have you written that PHP already has built-in?
Classes like SplQueue, SplStack, SplMinHeap, and SplFixedArray have all been in PHP since 5.1.
Most of us discovered them after we'd already built the same thing ourselves.
#PHP #PHPDev