PHP 8.3 has been released with typed class constants and other enhancements
Nov 24, 2023 at 2:45 PM

PHP 8.3 has been released with typed class constants and other enhancements

The widely-used programming language, PHP, has launched its 8.3 version, marking a significant update to the language. The new version comes packed with numerous features, including explicit typing of class constants, deep-cloning of readonly properties, and enhancements to the randomness functionality.

In addition to the new features, PHP 8.3 also includes performance enhancements, bug fixes, and general cleanup, continuing the language's tradition of regular updates to improve its performance and reliability.

In related news, JetBrains, the developer of the popular PHP Integrated Development Environment (IDE) PhpStorm, has announced full support for all improvements in PHP 8.3. This announcement ensures that developers using PhpStorm can immediately utilize all the new features and improvements in PHP 8.3, thereby enhancing their productivity and software quality.

Nov 24, 2023 by Paul

du
duttyend found this interesting
PHP iconPHP
  470
  • ...

PHP is a general-purpose scripting language widely utilized for web development. It can be seamlessly embedded into HTML, providing a versatile tool for creating dynamic web pages. As an object-oriented language, PHP is lightweight, portable, and rated 4.3. It competes with other programming languages such as Python, JavaScript, and Java.

No comments so far, maybe you want to be first?
Gu