oci_bind_by_name
PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0
oci_bind_by_name - Binds a PHP variable to an Oracle placeholder
Example #1 Inserting data with oci_bind_by_name
Example #2 Binding once for multiple executions
Example #3 Binding with a foreach loop
Example #4 Binding in a WHERE clause
Example #5 Binding with a LIKE clause
Example #6 Binding with REGEXP_LIKE
Example #7 Binding Multiple Values in an IN Clause
Example #8 Binding a ROWID returned by a query
Example #9 Binding a ROWID on INSERT
Example #10 Binding for a PL/SQL stored function
Example #11 Binding parameters for a PL/SQL stored procedure
Example #12 Binding a CLOB column
Example #13 Binding a PL/SQL BOOLEAN