-
Posts
1,469 -
Joined
-
Last visited
-
Days Won
12
Community Answers
-
CroNiX's post in What is the command similar to implode, explode and etc. was marked as the answer
extract($str) is what you're looking for. Takes an array and breaks it up into individual variables using the keys of the array as the variable names.
http://php.net/manual/en/function.extract.php