DEV Community

Cover image for PHP 7.3 [New=>Features] 🐘
Calvin
Calvin

Posted on

1

PHP 7.3 [New=>Features] 🐘

PHP 7.3 was touted as faster (9% on average) than PHP 7.2 and most compatible with the latest versions of popular CMSs like WordPress. PHP updates are automatic and unnoticeable in most cases.

Below are some of the cool new features of PHP 7.3:

🐘 Array_key_first => Allows for selection of first key in an array

🐘 Array_key_last => Allows for selection of last key in an array

🐘 Passing by reference with list language constructs

🐘 is_countable => Helps to check variables to determine if they are countable

Source:Here's What's New in PHP 7.3

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay