I have used this command before and cannot remember the name or how to deploy it.. sorta like implode but different..
what it does is take an associative array and makes individual variables out of the array like this.
$str = arrray("dog->catkiller", "house->placetolive:)
and when applied results in the following. $dog = "catkiller";
$house = "placetolive";
Can anyone help me with this.. I need the command name and a sample of its use..