[PHP] Re: PHP Complex Data Structures

2005-05-18 Thread zzapper
On Wed, 18 May 2005 09:02:01 -0400, wrote: >I find PHP arrays easier than Perl's data structures. Probably because >PHP just has arrays, there really is no differentiation between arrays >(Perl @) and hashes (Perl %). And PHP references arrays the same way as >variables ($), which may or may n

[PHP] Re: PHP Complex Data Structures

2005-05-18 Thread zzapper
On 18 May 2005 01:28:07 -, wrote: >* Zzapper <[EMAIL PROTECTED]>: >> I seem to remember that you access/use PHP data in the same/similar >> way to Perl data and that you can create complex data structures ie >> arrays of arrays, arrays of records etc. >> >> For once Google let me down so can

[PHP] Re: PHP Complex Data Structures

2005-05-17 Thread Matthew Weier O'Phinney
* Zzapper <[EMAIL PROTECTED]>: > I seem to remember that you access/use PHP data in the same/similar > way to Perl data and that you can create complex data structures ie > arrays of arrays, arrays of records etc. > > For once Google let me down so can any one point at any doc info. Did you try bu

[PHP] Re: PHP Complex Data Structures

2005-05-17 Thread Jason Barnett
Zzapper wrote: Hi, I seem to remember that you access/use PHP data in the same/similar way to Perl data and that you can create complex data structures ie arrays of arrays, arrays of records etc. For once Google let me down so can any one point at any doc info. class A { } /** Initialize the arr