excerpt_flags.php
来自「做搜索的」· PHP 代码 · 共 11 行
PHP
11 行
<?php
require ("sphinxapi.php");
$cl = new SphinxClient();
$cl->BuildExcerpts(array('10', '20'), 'index', 'word1 word2', array('exact_phrase' => true,
'single_passage' => true,
'use_boundaries' => true,
'weight_order' => true));
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?