Last active
September 22, 2016 10:00
-
-
Save ikariiin/d915cda24bd25d5c620d1f684949b1f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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