I have a $string
retrieved from cURL like this:
{"time":0.01,"total_rows":7,"rows":[{"id":968},{"id":969},{"id":970},{"id":971},{"id":972},{"id":973},{"id":974}]}
I would like to know how to get the id
that has the largest value (i.e 974), how can I do this in PHP?