Fresh selection with links to news and materials. In the release: PHP 7.4.0 RC3, support for Composer dependencies on GitHub, updating PSR standards, RFC offers from PHP Internals and about coordinating the PHP project, a portion of useful tools, podcasts, mitaps, and much more.
Enjoy reading!
class Car { public int $yearOfProduction; public string $vin; } $car = new Car { yearOfProduction = 2019, vin = "1FTFW1CVXAFD54385", }; $car = new Car { yearOfProduction = 2019, }; // throws RuntimeException: Initialization of Car class object failed due to missing required properties
fdiv()
unserialize()
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. 164