
Fresh selection with links to news and materials. In the release: PHP 7.2.0, Symfony 4 and other releases, a sentence from PHP Internals, framework materials, asynchronous PHP, a portion of useful tools, and much more. Enjoy reading!
PhpStorm 2017.3 Availablefunction inc(&$num) { $num++; } $i = 0; inc($i); var_dump($i); // int(1) function inc(&$num) { $num++; } $i = 0; inc(&$i); var_dump($i); // int(1)
Future release of symfony 4.0 and a project using symfony flex
Namespaces and the organization of business logic services in symfony
Pavel Klimov: "F'Yii'loshofiya"
Pavel Klimov: "Yii: migrations and installations"
Creating your own PHP functions in the Laravel project
Roman Pronsky: "Asynchronous PHP" - Overview report from me.
Opensource helps us to build and live: an interview with Yii Framework developer Alexander Makarov
Selenium Manager: the story of a single interface
Architecture of the service of collection and classification of housing ads from Vkontakte
XML string constructor from PHP array
Another Telegram-bot for video surveillance
Regular expressions for the smallestThanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
Send link
Search links for all digests
← Previous release: PHP Digest number 120
Source: https://habr.com/ru/post/344360/
All Articles