Ejemplo n.º 1
0
 public static function S($key, $searcher = 'baidu', $num = 10, $page = 1)
 {
     if (!self::$s instanceof self) {
         self::$s = new self();
     }
     self::$s->query($key, $searcher, $num, $page);
     return self::$s;
 }