Fresh selection with links to news and materials. In the release: PHP 7.4 RC6, Symfony 5.0 and 4.4, WordPress 5.3 and other releases, on updating PSR standards, RFC offers from PHP Internals, a portion of useful tools, mitaps, videos, podcasts and much more.Enjoy reading!
$map = new WeakMap(); $obj = new stdClass(); $map[$obj] = 42; var_dump($map); // object(WeakMap)#1 (1) { // [0]=> // ["key"] => object(stdClass)#2 (0) {} // ["value"] => int(42) // } // } // , // WeakMap unset($obj); var_dump($map); // object(WeakMap)#1 (0) { // }
T1|T2|...
Source: https://habr.com/ru/post/477318/More articles:What's inside the country's best regional airport: terminal servicesFrom Production-To-Salary to Production-To-Order. The sequence of steps and an example of practical implementationClone NumpyDynamic CDN for low latency WebRTC streamingGame development on social networksEnvironmental Front: How the Internet of Things Will Help Protect the EnvironmentSimplicity hickeyReasons to introduce PVS-Studio static code analyzer into the development processHackney Pipeline: Hackathon for marking up data from Ozon, Yandex.Tolki and NetologiyaServerless computing based on OpenWhisk, part 1All Articles