Posts marked with “serialization”
The php[podcast] 2024.11.7: PHP for Fun and PHProfit
This week on the PHP Podcast, Eric and John talk about New Features in PHP 8.4, The Magic Behind Laravel’s defer(), Doctrine Introduces EnumType Columns, Serialization/Deserialization, Laravel’s Nightwatch, PHPTek 2025, and more… Links from the show: PHP 8.4: new features and release date The magic behind Laravel’s new defer() helper — Amit Merchant — A […]
Serializing Data In PHP
One of the more annoying problems when working with data is creating a system to save data from RAM into long-term storage so it can be loaded back into RAM and processed at a later time. There are thousands of different file formats that allow us to take structured data, write it to storage, and […]