PHP Digest No. 80 - interesting news, materials and tools (February 14 - 28, 2016)



    We bring to your attention the next selection with links to news and materials.

    Enjoy reading!


    News and Releases




    Php


    • RFC: Generic arrays - Supplement to the RFC on generics . It is proposed to implement typed arrays:
      $counts = array(); // array
      $counts["kittens"] = 12;
      
    • RFC: Deprecations for PHP 7.1 - The document contains a list of features that are proposed to be deprecated in PHP 7.1 and removed completely no later than PHP 8. The list will be updated.
    • RFC: Callable Constructors - It is proposed to make it possible to call the constructor in callable structures. For instance:
      $fn = "Foo::__construct";
      $object = $fn();
      will be tantamount to
      $object = new Foo();


    Instruments




    Learning Materials




    Audio and video




    Entertaining




    Thanks for attention!

    If you notice a mistake or inaccuracy - please inform me in PM .
    Questions and suggestions write to mail or twitter .

    Send links to interesting articles or useful tools that were not in the PHP Digests , and your name will be next to the link in the release.

    Send link
    Quick search for all digests
    Previous release: PHP Digest No. 79


    Also popular now: