Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
H A Dpm.php121 if($touids) {
122 foreach($touids as $key => $value) {
189 $touids = array_unique($touids);
192 $tmptouidarr = $touids;
193 $blackls = $this->get_blackls($fromuid, $touids);
201 unset($touids[$key]);
206 unset($touids[$key]);
211 if(empty($touids)) {
214 if($type == 1 && count($touids) < 2) {
271 foreach($touids as $key => $value) {
[all …]
/plugin/authucenter/lib/uc_client/
H A Dclient.php479 function uc_pm_deleteuser($uid, $touids) { argument
480 return call_user_func(UC_API_FUNC, 'pm', 'deleteuser', array('uid'=>$uid, 'touids'=>$touids));