Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > adc48d2f6564706675b691fc97009b6e > files > 73

libsphinxclient-2.0.7-1.fc18.x86_64.rpm

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetLimits(10, 20, 30);
$cl->Query('query');

?>