Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

敏感语句封装函数,没有回溯函数 #3

Closed
LoRexxar opened this issue Oct 26, 2017 · 1 comment
Closed

敏感语句封装函数,没有回溯函数 #3

LoRexxar opened this issue Oct 26, 2017 · 1 comment
Labels

Comments

@LoRexxar
Copy link
Owner

类似于下面这种代码

function get_data($url)
{
	$ch = curl_init();
	$timeout = 5;
	curl_setopt($ch,CURLOPT_URL,$url);
	curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
	curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);
	$data = curl_exec($ch);
	curl_close($ch);
	return $data;
} 
@LoRexxar
Copy link
Owner Author

fix in Cobra-W0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant