...必须使用 `--source` 指定数据源,视情况用 `--sql` 选项指定查询语句。 其中数据源的格式如下: ~~~ dbtype://[user[:passwd]@]host/dbname[/table] dbtype://dbpath ~~~ `dbtype` 就是相应的数据源名称,目前支持的有:mysql、sqlite、sqlite3、mysqli、pdo.m...
...用) public array getSynonyms(string $term) $term string 要查询同义词的原词 {return} array 同义词记录数组, 不存在同义词则返回空数组 源码: sdk/php/lib/XSSearch.class.php#L187 (显示) public function getSynonyms($term){ $term = strval($term)...