public function UtilGetLoginUserId()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::UtilGetLoginUserId();
     $this->methodClose();
     return $this->decodeString($results->user_id);
     // returns string
 }