|
mysqlnd_qc_set_cache_conditionSet conditions for automatic caching Beschreibung
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. Parameter-Liste
BeispieleBeispiel #1 mysqlnd_qc_set_cache_condition example
<?phpRückgabewerteReturns TRUE on success or FALSE on FAILURE. |