(PHP 5 >= 5.1.2, PHP 7, PECL OCI8 >= 1.2.0)
Binds a PHP array to an Oracle PL/SQL array parameter
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 var_array to the Oracle placeholder name, which points to an Oracle PL/SQL array. Whether it will be used for input or output will be