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:

Paramètres

chaîne de caractères $type

type of the server

chaîne de caractères $host

hostname

entier $port

port

Valeurs renvoyées

throws no exceptions thrown

static

static

Note

Cette fonction ne peut pas être appelée de façon statique.