PHP Digest No. 103 - interesting news, materials and tools (February 12 - 26, 2017)



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

    News and Releases



    Php


    • RFC: list () Reference Assignment - A minor improvement for list()allowing links to be used is accepted at voting :

         $array = [1, 2];
         list($a, &$b) = $array;
      // Эквивалентно:
          $array = [1, 2];
          $a = $array[0];
          $b =& $array[1];
      

    Instruments



    Learning Materials



    Thanks for attention!

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

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

    Also popular now: