View Single Post

  #4 (permalink)  
Old 05-09-2008
Chetan Rane
 
Posts: n/a
Default RE: [PHP] Get array as string --Help

Yet another option is use serialize(array())

Chetan Dattaram Rane
Software Engineer



-----Original Message-----
From: Shelley [mailto:myphplist@gmail.com]
Sent: Friday, May 09, 2008 3:11 PM
To: PHP General list
Subject: [php] Get array as string --Help

Hi all,

If I have an array like this:
$arr = array (
'c' => 'd',
'e' => 'f');

How can I convert this array into a string? I want to write an array into a
file.

Thanks in advance.

--
Regards,
Shelley

Reply With Quote