In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Clark) wrote:

> 1) Is it possible to write an array to a file?

<http://php.net/serialize>
<http://php.net/fopen>
<http://php.net/fwrite>


> 2) Is it possible to specify the name of the key to each item of an array
> when you get the array using file().

You can take the array returned by file() and manipulate its keys however 
you want.  But beforehand...?  No.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to