set_header('test1', 'test2'); $msg->set_header('test2', 'test3'); $msg->set_content('this is a test php message'); spread_multicast('testgroup', $msg->str()); spread_disconnect($id); } else { echo "

Failed to connect

"; } ?>