PHP Digest number 141 (October 1 - 15, 2018)


    Fresh selection with links to news and materials. In the release: PHP 7.3.0RC3, CodeIgniter 4.0.0 alpha1 and other releases, 62% of the sites work on PHP 5, video reports from conferences and meetings, a portion of useful tools, and much more.
    Enjoy reading!



    News and Releases



    Php internals


    • RFC: Spread Operator in Array - The draft discusses the ability to add an operator ...for arrays.
      Hidden text
      $parts = ['apple', 'pear'];
      $fruits = ['banana', 'orange', ...$parts, 'watermelon'];
      // ['banana', 'orange', 'apple', 'pear', 'watermelon'];


    Instruments




    Study materials




    Audio and video



    Thanks 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 140


    Also popular now: