It is necessary to deduce values from a large variable, but instead of them it is displayed "1", how to fix it?
print_r($result); for($i = 0; $i < count($result); $i++ ) { echo($result[$i] -> $first_name).'<br>'; echo($result[$i] -> $last_name).'<br>'; echo($result[$i] -> $uid).'<br>'; echo('=========================================='.'<br>'); };