Net_Server::create()

Net_Server::create() -- create a new server

Synopsis

require_once 'Server.php';

void& Net_Server::create (string $type, string $host, integer $port)

Description

Currently two types of servers are supported:

Parameter

string $type

type of the server

string $host

hostname

integer $port

port

Throws

throws no exceptions thrown

static

static

Note

This function can not be called statically.