Page 1 of 1

How to write the Multiarray to Files

Posted: Mon Oct 15, 2007 6:59 am
by vinoth
Hi All

Anybody provide the code for write the multi array to files through PHP.


Thanks in advance

Posted: Mon Oct 15, 2007 7:19 am
by superdezign
In what way?

Look at fopen(), frwite(), and fclose().

Posted: Mon Oct 15, 2007 8:01 am
by Zoxive
var_export()
php.net: var_export wrote:It is similar to var_dump() with one exception: the returned representation is valid PHP code.