In my previous post i have discussed new features of PHP 5.4 such as concept of Traits and shorter syntax of array.
In this post i’ll discuss the concept of function array dereferencing which is introduced in PHP 5.4. In simple words function array dereference means when array is returned, pick the value directly from it.