Skip to content

Instantly share code, notes, and snippets.

@ikariiin
Last active September 22, 2016 10:00
Show Gist options
  • Save ikariiin/d915cda24bd25d5c620d1f684949b1f0 to your computer and use it in GitHub Desktop.
Save ikariiin/d915cda24bd25d5c620d1f684949b1f0 to your computer and use it in GitHub Desktop.
<?php declare(strict_types = 1);
$socket = stream_socket_client("tcp://127.0.0.1:47806");
fwrite($socket, 'HELLO');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment