August 2016
Intermediate to advanced
610 pages
11h 55m
English
As a developer, it might be of interest for you to be free from certain syntax restrictions imposed in PHP 5 and earlier. Aside from the uniformity of the syntax mentioned previously, where you'll see the most improvement in syntax is the ability to call any return value, which is callable by simply appending an extra set of parentheses. Also, you'll be able to directly access any array element when the return value is an array.
() (with or without parameters). An element can be immediately dereferenced from any function or method that returns an array by simply indicating the element using ...Read now
Unlock full access