getJSON() 공개 정적인 메소드

public static getJSON ( $url, $data = null, $callback = null )
예제 #1
0
 private function parseWechatContents($uri)
 {
     echo "\r\n StartDetailArticls==>" . $uri . "\r\n";
     $option = array('username' => 'x', 'password' => 'x', 'dataType' => 'jsonp', 'openid' => 'oIWsFtw_7gB_cuYwH0Uwoamx0lMI', 'ext' => '_L45N5QlA_VVl_aoTx3tUFypb98KD5t9cdays8xKDEERpb8tj-663w3PuCc0GvTx');
     phpQuery::getJSON($option, 'gzh');
     die;
 }