PHP Classes

File: cloud.example.php

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

Contents

Class file image Download
<?php

require 'cloud.class.php';

$cloud = new udpHolePuncherCloud();
$cloud->init();