excerpt_default.php 127 B

12345678
  1. <?php
  2. require ("sphinxapi.php");
  3. $cl = new SphinxClient();
  4. $cl->BuildExcerpts(array('10', '20'), 'index', 'word1 word2');
  5. ?>