Fresh selection with links to news and materials. In the release: PHP 7.4.0 RC1, Laravel 6, Monolog 2 and other releases, Union Types and other news from PHP Internals, a portion of useful tools, a pack of podcasts and much more.
Enjoy reading!
T1|T2|...
class Number { private int|float $number; public function setNumber(int|float $number): void { $this->number = $number; } public function getNumber(): int|float { return $this->number; } }
E_ALL
E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
Thanks for your attention!
If you notice a mistake or inaccuracy - please inform me in PM .
Questions and suggestions write to mail or twitter .
More news and comments on the PHP Digest Telegram Channel.
Send link
Search links for all digests
← Previous release: PHP Digest No. 163