Php – Foreach Find the last element of an array with condition
In PHP they have non-integer indexes to access arrays. So you must iterate over an array using a foreach loop. This becomes problematic when you need to take some decision. For example this array sample "result": [ { "timeStamp": "1622101761",…