Home
last modified time | relevance | path

Searched refs:fsocketopen (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php40 …if(!$fp = fsocketopen($mail_setting['mailserver'], $mail_setting['mailport'], $errno, $errstr, 30)…
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
/plugin/authucenter/lib/uc_client/
H A Dclient.php75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { function
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {