PHP Array to String equivalent
- by Matt
Hey all,
I'm wondering if anyone has a recursive solution to converting an array to a string.
Here's what I mean:
An array $args that has the following contents:
Array
(
[0] => $hello
[1] => 411px
[Jeeves] => Array
(
[compiling] => 1
)
)
Result after calling arr_to_string($args):
…