connect(); // Sending a message to the server $client->emit('message', ['Hello, server!']); // Close the connection when done $client->disconnect(); } }