php renvoie un nouvel objet

$object = new stdClass();
$object->property = 'Here we go';
Sanjaya