|
Posted by Jochem Maas on 10/09/41 11:33
Bing Du wrote:
> Hi,
>
> In Perl, hash can be stored in a file like this:
>
> tie(%contact,'SDBM_File',$tmp_file,O_RDWR|O_CREAT,0666);
>
> How the function should be implemented in PHP if it's possible?
file_put_contents('/path/to/your/file', $someFingArray)
>
> Thanks,
>
> Bing
>
Navigation:
[Reply to this message]
|