Source Code:
(back to article)
<?php $object = new stdClass; $object->property = 'value'; echo $object->property; // Output: value
Result:
Report an issue