Tagged articles
6 articles
Page 1 of 1
php Courses
php Courses
Sep 22, 2025 · Backend Development

Master PHP 8.3 Functions: Parameters, Return Types, and Scope Explained

This article explores PHP 8.3 functions in depth, covering their basic structure, parameter passing (including type declarations, default values, variadic and named arguments), return value handling, variable scope rules, and the newest language improvements such as stricter type checking and readonly properties.

PHPPHP 8.3Return Types
0 likes · 8 min read
Master PHP 8.3 Functions: Parameters, Return Types, and Scope Explained
21CTO
21CTO
Dec 10, 2023 · Backend Development

Why You Must Upgrade to PHP 8.3 Now: New Features, Security & Performance

The article explains PHP 8.0's end‑of‑life, presents usage statistics, highlights the risks of staying on older versions, and details the new features and improvements in PHP 8.3, urging developers to upgrade promptly for security, compatibility, and performance benefits.

PHPPHP 8.3Version Upgrade
0 likes · 5 min read
Why You Must Upgrade to PHP 8.3 Now: New Features, Security & Performance
Laravel Tech Community
Laravel Tech Community
Nov 28, 2023 · Backend Development

New Features in PHP 8.3: Typed Class Constants, Dynamic Class Constants, Readonly Property Deep Clone, and json_validate() Function

The article introduces PHP 8.3’s major enhancements—including typed class constants, dynamic class constant access, deep‑clone support for readonly properties, and the new json_validate() function—while noting the upcoming end of PHP 8.0 support and providing practical code examples.

BackendPHP 8.3programming
0 likes · 4 min read
New Features in PHP 8.3: Typed Class Constants, Dynamic Class Constants, Readonly Property Deep Clone, and json_validate() Function
php Courses
php Courses
Nov 28, 2023 · Backend Development

New Features and Improvements in PHP 8.3

PHP 8.3 introduces a suite of enhancements—including readonly class cloning, the json_validate() function, expanded Randomizer methods, typed class constants, anonymous readonly classes, dynamic constant access, refined date/time exceptions, improved unserialize() error handling, trait static properties, stack‑overflow detection, invariant constant visibility, and numerous other updates—aimed at making web development more efficient, secure, and expressive.

Code ExamplesNew FeaturesPHP
0 likes · 27 min read
New Features and Improvements in PHP 8.3
21CTO
21CTO
Sep 7, 2023 · Backend Development

What’s New in PHP 8.3 RC1? Explore JSON Validation, Randomizer, and Error Handling

The article introduces PHP 8.3 RC1, outlines its release schedule, compares version adoption statistics, and details new features such as the json_validate() function, improved unserialize() error handling, expanded Randomizer methods, dynamic class constant access, enhanced date‑time exceptions, and important backward‑compatibility considerations.

PHP 8.3backend-developmentjson_validate
0 likes · 12 min read
What’s New in PHP 8.3 RC1? Explore JSON Validation, Randomizer, and Error Handling