(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Associates a PHP variable with a column for query fetches
bool oci_define_by_name ( resource $statement, string $column_name, mixed &$variable [, int $type = SQLT_CHR ] )
Associates a PHP variable with a column for query fetches using oci_fetch().
The oci_define_by_name() call must occur before executing oci_execute().
Parameters:
statement