What is stdClass in PHP

What is stdClass in PHP

Stdclass is a generic empty class which is used to type case other type value to object. we can create anonymous PHP class. Using this feature we can create a new object with its own properties. In simple words: Stdclass is an alternative to associative array. To use this we don’t need to write a … Read more