Searched refs:uc_fopen2 (Results 1 – 1 of 1) sorted by relevance
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 115 return uc_fopen2(UC_API.'/index.php', 500000, $postdata, '', TRUE, UC_IP, 20); 216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… function 627 $res = uc_fopen2($url, 500000, '', '', TRUE, UC_IP, 20);
|