id; echo "
"; echo "user1のname = " . $user1->name; $user1->id = 200; echo "
"; echo "user1のtoString()の値 = " . $user1->toString(); ?>