7 echo
'<p>' .
elgg_echo(
'admin:server:redis:inactive') .
'</p>';
15 $redis->connect($server[
'host'], $server[
'port']);
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
if(!empty($password)) $stats
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
if(!elgg_get_config('redis')||empty($servers)||!\Elgg\Cache\CompositeCache::isRedisAvailable()) $redis
if($container instanceof ElggGroup &&$container->guid!=elgg_get_page_owner_guid()) $key
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
foreach($servers as $server) $password