Get the value of a string or array If an array is passed, then it is split into two components: the array name and its keys. If you pass array('array','one','two','three'), then
the resulting variable name would be $array['one']['two']['three']. This can be up to an infinite depth. This is especially useful in Objects. It was specifically designed for
that purpose.