CacheTool\Proxy\ApcProxy::getFunctions PHP Метод

getFunctions() публичный Метод

public getFunctions ( )
    public function getFunctions()
    {
        return array('apc_add', 'apc_bin_dump', 'apc_bin_dumpfile', 'apc_bin_load', 'apc_bin_loadfile', 'apc_cas', 'apc_cache_info', 'apc_clear_cache', 'apc_compile_file', 'apc_dec', 'apc_define_constants', 'apc_delete_file', 'apc_delete', 'apc_exists', 'apc_fetch', 'apc_inc', 'apc_load_constants', 'apc_sma_info', 'apc_store', 'apc_version');
    }