Home
last modified time | relevance | path

Searched refs:msgto (Results 1 – 2 of 2) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Dpm.php65 $msgto = $this->input('msgto');
87 $msgto = $_ENV['pm']->getuidbyplid($plid);
88 unset($msgto[$this->user['uid']]);
90 if(!empty($msgto)) {
91 $msgto = array_unique(explode(',', $msgto));
96 $msgto = $_ENV['user']->name2id($msgto);
98 $countmsgto = count($msgto);
130 …$lastpmid = $_ENV['pm']->sendpm($this->user['uid'], $this->user['username'], $msgto, $subject, $me…
/plugin/authucenter/lib/uc_client/
H A Dclient.php456 function uc_pm_send($fromuid, $msgto, $subject, $message, $instantly = 1, $replypmid = 0, $isuserna… argument
459 …return call_user_func(UC_API_FUNC, 'pm', 'sendpm', array('fromuid'=>$fromuid, 'msgto'=>$msgto, 'su…
463 $msgto = rawurlencode($msgto);
467 …$apiurl = uc_api_url('pm_client', 'send', "uid=$fromuid", "&msgto=$msgto&subject=$subject&message=…