I don't see how. The data when recevied is already in pieces through the exec() to PHP which convert the PHP variable into an array. Can not store the data into a file on the machine because it is illegal to do so.
>"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >[snip] >Yea, receiving the data in a serial stream through cURL from someplace >into >an array() by using exec() function. >[/snip] > >I would suggest receiving the data intact, explode into an array, and >then go from there. That eliminates any serialization issue. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php