搜索

大约有 5 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1932秒)

1.XSDocument::offsetSet

...class.php#L309 (显示) public function offsetSet($name, $value){ if (!is_null($name)) { $this->__set(strval($name), $value); }} ArrayAccess 接口, 设置字段值, 勿直接调用

2.XSCsvDataSource::getDataList

...} return false; } $this->line++; if (count($item) === 1 && is_null($item[0])) { if ($this->inCli) { echo "WARNING: invalid csv line #" . $this->line . "\n"; } $this->invalidLines++; return $this->getDataList(); } return array($item);}

3.加载字典出现乱码 pscws3

发布时间:2010-09-16 16:09 t By chenhu5200

...ts); $pscws->set_dict($dict); //-------这句出现乱码 if (!is_null($textdata)) { $textdata = trim($textdata); } $arr = $pscws->segment($textdata); 乱码信息如下: ����ļ�·����./pscws3/dict/dict.xdb 请各位高手帮忙解答一下,在此表...

4.XSCsvDataSource

...} return false; } $this->line++; if (count($item) === 1 && is_null($item[0])) { if ($this->inCli) { echo "WARNING: invalid csv line #" . $this->line . "\n"; } $this->invalidLines++; return $this->getDataList(); } return array($item);} ...

5.XSDocument

...class.php#L309 (显示) public function offsetSet($name, $value){ if (!is_null($name)) { $this->__set(strval($name), $value); }} ArrayAccess 接口, 设置字段值, 勿直接调用 参见 __set offsetUnset() 方法 public void offsetUnset(string $name) $name s...

  • 时间不限
  • 按相关性排序