Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
Dpm.php110 function setpmstatus($uid, $touids, $plids, $status = 0) { argument
121 if($touids) {
122 foreach($touids as $key => $value) {
185 function sendpm($fromuid, $fromusername, $touids, $subject, $message, $type = 0) { argument
186 if(!$fromuid || !$fromusername || !$touids || !$message) {
189 $touids = array_unique($touids);
192 $tmptouidarr = $touids;
193 $blackls = $this->get_blackls($fromuid, $touids);
201 unset($touids[$key]);
206 unset($touids[$key]);
[all …]
/plugin/authucenter/lib/uc_client/
Dclient.php479 function uc_pm_deleteuser($uid, $touids) { argument
480 return call_user_func(UC_API_FUNC, 'pm', 'deleteuser', array('uid'=>$uid, 'touids'=>$touids));