Sha256: 0dec66337d33da038df9591935fce37af6e29922c2ae2ee71d18639d72f9e731

Contents?: true

Size: 137 Bytes

Versions: 24

Compression:

Stored size: 137 Bytes

Contents

<?php

require ("sphinxapi.php");

$cl = new SphinxClient();
$cl->SetSortMode(SPH_SORT_TIME_SEGMENTS, 'sortby');
$cl->Query('query');

?>

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
sphinx-0.9.10.2091 spec/fixtures/sort_time_segments.php
sphinx-0.9.10.2043 spec/fixtures/sort_time_segments.php
sphinx-0.9.10 spec/fixtures/sort_time_segments.php
rlibsphinxclient-0.2.2 spec/fixtures/sort_time_segments.php