Advertisement
Guest User

Yo homes to bell air

a guest
Oct 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.     error_reporting(E_ALL | E_STRICT);
  2.     $socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);
  3.     socket_bind($socket, '0.0.0.0', 80);
  4.     $from = '';
  5.     $port = 0;
  6.     socket_recvfrom($socket, $buf, 12, 0, $from, $port);
  7.     echo ">> $buf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement