id_range64.php 127 B

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