SeekableIterator PHP
interface. The best way to consume a result set object is to loop over it with the PHP foreach
statement.
SeekableIterator
interface, you can seek a specific result object using its position in the result collection.
SeekableIterator works as an array and counts positions starting from index 0. Fetching
position number 1 means getting the second result in the collection.
try...catch block.
CosmosSearchTagDailyCountsTopTagsBlogInfoBlogPostTagsGetInfoReading " . $resultSet->totalResults() . " of " . $resultSet->totalResultsAvailable() . " available results
"; echo "Reading " . $resultSet->totalResults() . " of " . $resultSet->totalResultsAvailable() . " available results
"; echo "Reading " . $resultSet->totalResults() . " of " . $resultSet->totalResultsAvailable() . " available results
"; echo "Reading " . $resultSet->totalResults() . " of " . $resultSet->totalResultsAvailable() . " available results
"; echo "Reading " . $resultSet->totalResults() . " of " . $resultSet->totalResultsAvailable() . " available results
"; echo "SeekableIterator
interface, allowing for easy iteration and seeking to a specific result.
SeekableIterator
interface, and you can iterate all result objects via the PHP foreach statement.