You are here

function pCache::getHash in Visitors 7

Same name and namespace in other branches
  1. 8 pchart/pCache.inc \pCache::GetHash()
  2. 7.2 pChart/class/pCache.class.php \pCache::getHash()
  3. 7.0 pchart/pCache.inc \pCache::GetHash()

File

pChart/class/pCache.class.php, line 46

Class

pCache

Code

function getHash($Data, $Marker = "") {
  return md5($Marker . serialize($Data->Data));
}