Fresh selection with links to news and materials. In the release: PHP 7.3.0, Symfony 4.2, Composer 1.8.0 and other releases, end of support for PHP 5.6 and PHP 7.0, fresh offers from PHP Internals, a portion of useful tools, video reports and much more.
Enjoy reading!
A short audio version of the digest in the five-minute PHP podcast PHP Issue No. 44
json_encode()
and json_decode()
functions will throw an exception if there is an error and the corresponding RFC flag is present .array_key_first()
and array_key_last()
RFCis_countable()
function to check for enumeration RFClist()
RFC interface X { function m(Y $z): X; } interface Y extends X { // function m(X $z): Y; } interface Concatable { function concat(Iterator $input); } class Collection implements Concatable { // function concat(iterable $input) {/* . . . */} }
composer update
.Thanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
More news and comments on the PHP Digest telegram channel.
Send link
Search links for all digests
← Previous release: PHP Digest number 144
Source: https://habr.com/ru/post/432600/
All Articles