PHP just got a massive update!

Manpreet Singh
3 min readNov 26, 2021

Welcome back! PHP is a very popular programming language that’s used heavily for web development, if you’re new to this language, check out the link below to learn more about it:

Today, PHP just got another major update, this time it’s PHP 8.1, if you want to check out its release log, here is a link to it:

So, let’s talk about some of my favorite updates to this programming language!

First-Class Callable Syntax

PHP 8.1 now brings the ability of getting a reference of any function! this is the process of doing so:

New Initializers

--

--