"Fossies" - the Fresh Open Source Software archive

Member "sphinx-2.0.8-release-win32/api/ruby/spec/fixtures/id_range64.php" of archive sphinx-2.0.8-release-win32.zip:


<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetIDRange(8589934591, 17179869183);
$cl->Query('query');

?>