PHP » GoLang |
login |
register |
about
|
GoLang mysqlnd_qc_set_cache_condition
request it (327)
GoLang replacement for PHP's mysqlnd_qc_set_cache_condition
[edit | history]
PHP mysqlnd_qc_set_cache_conditionPHP original manual for mysqlnd_qc_set_cache_condition [ show | php.net ]mysqlnd_qc_set_cache_condition(PECL mysqlnd_qc >= 1.1.0) mysqlnd_qc_set_cache_condition — Set 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. |
more
Recently updated
more
Most requested
more
Last requests
|