I want to convert an Object into a String in PHP. Specifically, I\'m trying to take a mysql query response, and I\'m trying to convert it into something I can write to a fil
Maybe serializing? It will take an object/array and convert it to a string (which can then be un-serialized back later)