(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Binds a PHP variable to an Oracle placeholder
bool oci_bind_by_name ( resource $statement, string $bv_name, mixed &$variable [, int $maxlength = -1 [, int $type = SQLT_CHR ]] )
Binds a PHP variable variable to the Oracle bind variable placeholder bv_name. Binding is important for Oracle database performance and also as a way to avoid SQL Injection security issues.
Binding allows