function pCache::getHash in Visitors 7.2
Same name and namespace in other branches
- 8 pchart/pCache.inc \pCache::GetHash()
- 7 pChart/class/pCache.class.php \pCache::getHash()
- 7.0 pchart/pCache.inc \pCache::GetHash()
File
- pChart/
class/ pCache.class.php, line 46
Class
Code
function getHash($Data, $Marker = "") {
return md5($Marker . serialize($Data->Data));
}