How To Convert PHP Objects (Public, Private, Protected) To Assoc Array
If you have an PHP Object & want to convert it to PHP Associative Array then you can below solutions. Each one has it's own benefit & drawbacks.. Let's say we have this simple PHP Object coming from Json we…