Reply to Re: [PHP] can PHP do what tie does in Perl?
Posted by Jochem Maas on 10/18/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?