Sophie

Sophie

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

libsphinxclient-2.0.7-1.fc18.x86_64.rpm

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->UpdateAttributes('index', array('group', 'category'), array(123 => array(array(456, 789), array(1, 2, 3))), true);

?>