Class Summary Net_Server (Previous) (Next) Class Summary Net_Server_Driver

View this page in Last updated: Sun, 28 Sep 2008
English | French | Hungarian | Japanese | Polish | Spanish | Plain HTML

Net_Server::create()

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

Description

Currently two types of servers are supported:

  • 'sequential', creates a server where one process handles all request from all clients sequentially

  • 'fork', creates a server where a new process is forked for each client that connects to the server. This only works on *NIX

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.

Class Summary Net_Server (Previous) (Next) Class Summary Net_Server_Driver

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.