发布网友 发布时间:2022-04-26 21:31
共1个回答
热心网友 时间:2023-11-05 06:22
if ($kind != 'ReplyTo') {
if (!isset($this->all_recipients[strtolower($address)])) {
array_push($this->$kind, array($address, $name));
$this->all_recipients[strtolower($address)] = true;
return true;
}