Alternatively, you can just fetch the data as an array using mysqli::fetch_assoc()
and access the data using $row['@id']
.
↧
Answer by Palladium for PHP - MySQL gets value of out parameter from a stored procedure
↧