Library PHP Tek 2024 The Dark Corners of the SPL
The Dark Corners of the SPL

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

The Dark Corners of the SPL

Omni Adams Omni Adams PHP Tek 2024 Intermediate (some prior knowledge necessary) Standard (50 minutes)

PHP is a huge language, with lots of "kitchen sink" functionality for you to build data structures with. But did you know PHP includes a standard library that has built-in structures like linked lists, queues, stacks, and higher-performance arrays? This talk will cover a few of the more interesting ones in depth, including how to use them and most importantly why you'd use them over other solutions.