connect(true, NULL, $username, $password)) { $mqtt->publish('bluerhinos/phpMQTT/examples/publishtest', 'Hello World! at ' . date('r'), 0, false); $mqtt->close(); } else { echo "Time out!\n"; }