Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-03-11 02:03:10 +09:00 committed by GitHub
parent 5f1b3e035c
commit 72f0bad418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ if(!function_exists("get_web_json")) {
} }
if(!function_exists("get_web_dom")) { if(!function_exists("get_web_dom")) {
fuction get_web_dom($url, $method="get", $data=array(), $proxy="", $ua="", $ct_out=45, $t_out=45) { function get_web_dom($url, $method="get", $data=array(), $proxy="", $ua="", $ct_out=45, $t_out=45) {
$html = new stdClass(); $html = new stdClass();
$raw = get_web_page($url, $method, $data, $proxy, $ua, $ct_out, $t_out); $raw = get_web_page($url, $method, $data, $proxy, $ua, $ct_out, $t_out);