PHP » GoLang |
login |
register |
about
|
GoLang oci_bind_array_by_name
request it (409)
GoLang replacement for PHP's oci_bind_array_by_name
[edit | history]
oci_bind_array_by_name(PHP 5 >= 5.1.2, PHP 7, PECL OCI8 >= 1.2.0) oci_bind_array_by_name — Binds a PHP array to an Oracle PL/SQL array parameter Description
bool oci_bind_array_by_name
( resource
$statement
, string $name
, array &$var_array
, int $max_table_length
[, int $max_item_length = -1
[, int $type = SQLT_AFC
]] )
Binds the PHP array Parameters
Return Values
Returns Examples
Example #1 oci_bind_array_by_name() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|