mysqlnd_qc_get_handler Returns a list of available storage handler &reftitle.description; array mysqlnd_qc_get_handler Which storage are available depends on the compile time configuration of the query cache plugin. The default storage handler is always available. All other storage handler must be enabled explicitly when building the extension. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; Returns an array of available built-in storage handler. For each storage handler the version number and version string is given. &reftitle.examples; ]]> &examples.outputs; array(2) { ["version"]=> string(5) "1.0.0" ["version_number"]=> int(100000) } ["user"]=> array(2) { ["version"]=> string(5) "1.0.0" ["version_number"]=> int(100000) } ["APC"]=> array(2) { ["version"]=> string(5) "1.0.0" ["version_number"]=> int(100000) } ["MEMCACHE"]=> array(2) { ["version"]=> string(5) "1.0.0" ["version_number"]=> int(100000) } ["sqlite"]=> array(2) { ["version"]=> string(5) "1.0.0" ["version_number"]=> int(100000) } } ]]> &reftitle.seealso; Installation mysqlnd_qc_change_handler