php[podcast] Episode 2023.1.1

Subscribe to the Magazine Today https://phpa.me/signup Join us at php[tek] 2023 php[tek] 2023 Twitter @phparch @phptek @johncongdon @shocm Mastodon phparch.social@editor phparch.social@tek phparch.social@john phparch.social@eric

The post php[podcast] Episode 2023.1.1 appeared first on php[architect].

https://www.phparch.com/podcast/phppodca

PHP is Standing Tall

Happy New Year from everyone here at PHP Architect. We hope that you are ready to make 2023 your best year yet, and we want to be a HUGE part of your journey.

The post PHP is Standing Tall appeared first on php[architect].

https://www.phparch.com/magazine/2023/01/php-is-standing-tall/

Queues With PHPs SplQueue

As developers, we have times when we get to process a lot of data. Sometimes it’s a few kilobytes of data and we don’t need to worry about the performance because computers are so fast. When we’re looking at gigabytes or more of data then we need to be aware of the performance of our […]

The post Queues With PHPs SplQueue appeared first on php[arch

Semantic Versioning

When new software comes out it has a version number like 8.2.0. If you’re confused about what that means you’re not alone. The software industry needed a standard way to describe software releases so we as consumers of the software could determine how big of a change it was and determine if we should upgrade. […]

The post Semantic Versioning appeared first on

Linked Lists With SplDoublyLinkedList

    As developers, we have times when we get to process a lot of data. Sometimes it’s a few kilobytes of data and we don’t need to worry about the performance of our algorithms because computers are so fast. When we’re looking at gigabytes or more of data we need to be aware […]

The post Linked Lists With SplDoublyLinkedList appeared first on

The Value of the AST

November is upon us, and in the United States, it’s the month we celebrate Thanksgiving. I want to take this time to thank each and every one of you who reads our magazine. Producing each issue takes more time than I ever knew, and we have had our share of ups and downs over the […]

The post The Value of the AST appeared first on php[a

The PHP DateTime Class

As a developer, you're going to run into situations where you need to perform some kind of operation on a date or time. You might need to see how far apart two dates are, add several days to the date, or convert a string sent to us by an end user into something we can […]

The post The PHP DateTime Class appeared first on php[architect].

/2022/10/the-php-dateti

What’s Changed in PHP 8.2

In this video, Scott discusses what new features are being added to PHP in the 8.2 release and outlines the deprecations and breaking changes

The post What’s Changed in PHP 8.2 appeared first on php[architect].

/2022/10/whats-changed-in-php-8-2/

October 2022 Editorial: One Year Later

In an industry where you must keep learning, improving your skill set, and adjusting to new concepts and implementations, taking on new challenges that you are initially uncomfortable with is normal. Because of this, when John and I were presented with the option of taking over the operations of php[architect], we didn’t hesitate to jump […]

The post October 2022 Editorial: One Year Later appeare


Ricerca