コード例 #1
0
ファイル: udg_attrs.php プロジェクト: BackupTheBerlios/serweb
 /**
  *  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);
 }
コード例 #2
0
 /**
  *  Free memory ocupied by instance of URIs class
  *
  *  @access public
  *  @static
  */
 function free($uid)
 {
     StaticVarHandler::getvar("URIs", $uid, true);
 }
コード例 #3
0
 /**
  *  Free memory ocupied by instance of Domains class
  *
  *  @access public
  *  @static
  */
 function free()
 {
     StaticVarHandler::getvar("Domains", 0, true);
 }