Open dg-jj opened 1 year ago
$cat = 0; $time = 'today 12-m'; $options = [ 'hl' => 'zh-CN', 'tz' => -480, 'geo'=>'' ]; $keyword_list = ['Dog','Cat']; $gt = new GTrends($options); $result = $gt->explore($key_list, $cat, $time,$property,['TIMESERIES']);
Result : array( 'TIMESERIES'=> )
$cat = 0; $time = 'today 12-m'; $options = [ 'hl' => 'zh-CN', 'tz' => -480, 'geo'=>'' ]; $keyword_list = ['Dog','Cat']; $gt = new GTrends($options); $result = $gt->explore($key_list, $cat, $time,$property,['TIMESERIES']);
Result : array( 'TIMESERIES'=> )