|
mysqlnd_qc_set_cache_conditionSet conditions for automatic caching Description
bool
mysqlnd_qc_set_cache_condition
(
int
$condition_type
,
mixed
$condition
,
mixed
$condition_option
)Sets a condition for automatic caching of statements which do not contain the necessary SQL hints to enable caching of them. Parameters
ExamplesExample #1 mysqlnd_qc_set_cache_condition example
<?php Return ValuesReturns TRUE on success or FALSE on FAILURE. |