logo
logo
Sign in

Exciting Features to Look forward in PHP 7.4

avatar
QL Tech
Exciting Features to Look forward in PHP 7.4

Though it has already been approved that PHP 8 is the real milestone for PHP performance, still it’s quite far from being released.

If the value is scalar types, it is possible to provide the default value:

public int $bar = 4;

public ?string $baz = null;

public array $list = [1, 2, 3];

If the type is nullable then you can only use “null” as a default.

Read More... https://www.qltech.com.au/develop/php-development/exciting-features-look-forward-php-7-4/

 

collect
0
avatar
QL Tech
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more