Using empty() for Cleaner PHP Conditions
Learn how to simplify PHP conditionals by using the empty() function to check for falsy values. Discover best practices for combining multiple conditions in an if statement to improve readability and control flow in your PHP code.

PHP[tek] 2023 slides
Did you miss PHP[tek] 2023 last week. Well, you can catch up and checkout what you missed through the joind.in list of slides! also, checkout https://phptek.tv/ for all the talks!

PHP 8.2 : Disjunctive Normal Form (DNF) Types
PHP 8.2 introduces a new feature called Disjunctive Normal Form (DNF) Types, which allow developers to specify complex type constraints using logical OR and AND operators. This can be useful in cases where a variable may need to… Read More

PHP 8.2 : Union Types
a closer look at php 8.2 feature Union Types

Downgrade PHP 8 to PHP 7.4
In ubuntu:
