Re: [PHP-DEV] Quick array question

2002-12-29 Thread Leon Mergen
"Derick Rethans" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > A quick question - is there some sort of macro available where I can convert > > a PHP array with numeric elements (array ("foo","bar","wombat"); for > > example) to the standard C type of arra

Re: [PHP-DEV] Quick array question

2002-12-29 Thread Derick Rethans
On Sun, 29 Dec 2002, Leon Mergen wrote: > A quick question - is there some sort of macro available where I can convert > a PHP array with numeric elements (array ("foo","bar","wombat"); for > example) to the standard C type of array (which you can access with var[10]) > ? Nope, there is no macro

[PHP-DEV] Quick array question

2002-12-29 Thread Leon Mergen
Hello there, A quick question - is there some sort of macro available where I can convert a PHP array with numeric elements (array ("foo","bar","wombat"); for example) to the standard C type of array (which you can access with var[10]) ? Thanks in advance. Regards, Leon Mergen -- PHP Develo