Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Scripting language with a support for array interface
Mladen Gogala wrote:
> Is there any scripting language with the support for array
> interface? Perl doesn't have it nor does PHP. What about Python?
> Does it support array bind and, if it does, does it cheat like DBI
> which breaks the array under the hood and internally performs a
> loop, or does it do it for real?
PHP does support Arrays!
http://www.php.net/manual/en/language.types.array.php
I'm not sure if the PHP oracle driver supports array binds though.
Rgds. Received on Sun Nov 27 2005 - 22:53:01 CST
![]() |
![]() |