Alphabetically sort array of objects based on property value php
I'm struggling to sort my array of objects into alphabetical order by the title key. Getting error that 'title' is undefined. I want to go from this: My Array ( [0] => Array ( [area] => TACT [pages] => Array…