How do you access a PHP c # object in the name of $ key?
Example:
[image] => stdClass Object ( [
I want to access the #text property, but $image->#text does not work, because PHP interprets # as the beginning of the comment.
How to do it?
source share