PHP Manual

PHP funkce stream_socket_server()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 5.0`

Create an Internet or Unix domain server socket

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$local_socket string není The type of socket created is determined by the transport specified using standard URL formatting: transport://target.
$errno int null, If the optional errno and errstr arguments are present they will be set to indicate the actual system level error that occurred in the system-level socket(), bind(), and listen() calls. If the value returned in errno is 0 and the function returned false, it is an indication that the error occurred before the bind() call. This is most likely due to a problem initializing the socket. Note that the errno and errstr arguments will always be passed by reference.
$errstr string null, See errno description.
$flags int null, A bitmask field which may be set to any combination of socket creation flags.
$context resource null

Návratové hodnoty

resource

the created stream, or false on error.

Další zdroje

Oficiální dokumentace funkce stream-socket-server

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.
41.

Potřebujete poradit s PHP?

Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.

Napište mi, pokud si nevíte rady.

Lektor: Jan Barášek

V jiných jazycích

Status:
All systems normal.
2024