Just $row->{"@id"}
would work here. You can't use an stdClass
as an array ($row[0]...
).
↧
Answer by Madara's Ghost for PHP - MySQL gets value of out parameter from a stored procedure
↧
Just $row->{"@id"}
would work here. You can't use an stdClass
as an array ($row[0]...
).