摘要:
1 Likeword::offset(16854)->chunk(100, function ($word_list) { 2 foreach ($word_list as $word) { 3 $new = str_replace(array("\r\n"), "", $word->likeword); 4 ... 阅读全文
摘要:
1.首先用composer加载结巴中文分词-PHP 2.在composer.json 中引用, 让他自动加载 3.执行 composer dump-autoload 加载 4.使用方法 5.效果 参考: https://learnku.com/articles/13601/the-use-of-ph 阅读全文