Ejemplo n.º 1
0
 /**
  *  Free memory ocupied by instance of Uri_Attrs class
  *
  *  @access public
  *  @static
  */
 function free($scheme, $username, $did)
 {
     $key = $scheme . ":" . $username . "@" . $did;
     StaticVarHandler::getvar("Uri_Attrs", $key, true);
 }
Ejemplo n.º 2
0
 /**
  *  Free memory ocupied by instance of URIs class
  *
  *  @access public
  *  @static
  */
 function free($uid)
 {
     StaticVarHandler::getvar("URIs", $uid, true);
 }
 /**
  *  Free memory ocupied by instance of Domains class
  *
  *  @access public
  *  @static
  */
 function free()
 {
     StaticVarHandler::getvar("Domains", 0, true);
 }