Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/flow-flo.../libs/cakephp/cache/Engine
File: MemcachedEngine.php
}
[500] Fix | Delete
}
[501] Fix | Delete
ksort($groups);
[502] Fix | Delete
}
[503] Fix | Delete
[504] Fix | Delete
$result = [];
[505] Fix | Delete
$groups = array_values($groups);
[506] Fix | Delete
foreach ($this->_config['groups'] as $i => $group) {
[507] Fix | Delete
$result[] = $group . $groups[$i];
[508] Fix | Delete
}
[509] Fix | Delete
[510] Fix | Delete
return $result;
[511] Fix | Delete
}
[512] Fix | Delete
[513] Fix | Delete
/**
[514] Fix | Delete
* Increments the group value to simulate deletion of all keys under a group
[515] Fix | Delete
* old values will remain in storage until they expire.
[516] Fix | Delete
*
[517] Fix | Delete
* @param string $group name of the group to be cleared
[518] Fix | Delete
* @return bool success
[519] Fix | Delete
*/
[520] Fix | Delete
public function clearGroup($group)
[521] Fix | Delete
{
[522] Fix | Delete
return (bool)$this->_Memcached->increment($this->_config['prefix'] . $group);
[523] Fix | Delete
}
[524] Fix | Delete
}
[525] Fix | Delete
[526] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function