This is a paragraph.
<?php $obj = (object) array('foo' => 'bar', 'property' => 'value'); echo $obj->foo; // prints 'bar' echo $obj->property; // prints 'value' ?>
Get all latest content delivered to your email a few times a month.