PHP Classes

File: client.example.php

Recommend this page to a friend!
  Classes of Nick Daniels   PHP UDP Hole Punching   client.example.php   Download  
File: client.example.php
Role: Example script
Content type: text/plain
Description: Client Example
Class: PHP UDP Hole Punching
Connect to network peers through a UDP server
Author: By
Last change:
Date: 7 years ago
Size: 91 bytes
 

Contents

Class file image Download
<?php

require 'client.class.php';

$client = new udpHolePuncherClient();
$client->init();