Searched refs:fsocketopen (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/lib/ |
H A D | sendmail.inc.php | 40 …if(!$fp = fsocketopen($mail_setting['mailserver'], $mail_setting['mailport'], $errno, $errstr, 30)…
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | misc.php | 97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 75 function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) { function 261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
|