Exemplo n.º 1
0
 static function Post($Url, $Cookies, $PostData)
 {
     return curl::Curl($Url, $Cookies, false, $PostData);
 }