I have this code:
$summize = new summize;
$search = $summize->search('#test');
$text = $search->results[0]->text;
$text stores the result, but only the first result of the array.
How ca a write a loop to go through all the values and output through say echo…
You can try
foreach: