if (!isset($this->all_recipients[strtolower($address)])) {
array_push($this->$kind, array($address, $name))
$this->all_recipients[strtolower($address)] = true
return true
}
欢迎分享,转载请注明来源:内存溢出
if (!isset($this->all_recipients[strtolower($address)])) {
array_push($this->$kind, array($address, $name))
$this->all_recipients[strtolower($address)] = true
return true
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)