翻译意思if $ssl == true $this-ssl = true; $relay_host = ssl $relay_host;
如果($ssl == true){ $this->ssl = true; $relay_host = 'ssl://' . $relay_host; }
(注:此代码片段是PHP语言中的条件语句,如果$ssl变量的值为true,那么就将$this->ssl变量的值设置为true,并将$relay_host变量的值添加前缀“ssl://”)
原文地址: http://www.cveoy.top/t/topic/bD9u 著作权归作者所有。请勿转载和采集!