id_range.php 110 B

123456789
  1. <?php
  2. require ("sphinxapi.php");
  3. $cl = new SphinxClient();
  4. $cl->SetIDRange(10, 20);
  5. $cl->Query('query');
  6. ?>