Searched refs:bysocket (Results 1 – 2 of 2) sorted by relevance
/plugin/authucenter/lib/uc_client/model/ |
H A D | misc.php | 55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument 61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype); 64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout… argument
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument 222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block); 225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
|