PHP Manual

PHP funkce stream_socket_sendto()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 5.0`

Sends a message to a socket, whether it is connected or not

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$socket resource není The socket to send data to.
$data string není The data to be sent.
$flags int null, The value of flags can be any combination of the following: possible values for flags
STREAM_OOB Process OOB (out-of-band) data.
$address string null The address specified when the socket stream was created will be used unless an alternate address is specified in address.

Návratové hodnoty

int

a result code, as an integer.

Další zdroje

Oficiální dokumentace funkce stream-socket-sendto

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.

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

1.
Status:
All systems normal.
2024