I have a PHP array and want to convert it to a string.
I know I can use join or implode, but in my case array has only one item. Why do I
join
implode
You can use the reset() function, it will return the first array member.