Dostupnost ve verzích: `PHP 4.0`
Open Internet or Unix domain socket connection
Parametr | Datový typ | Výchozí hodnota | Poznámka |
---|---|---|---|
$hostname |
string |
není | If you have compiled in OpenSSL support, you may prefix the hostname with either ssl:// or tls:// to use an SSL or TLS client connection over TCP/IP to connect to the remote host. |
$port |
int |
null, | The port number. |
$errno |
int |
null, | If provided, holds the system level error number that occurred in the system-level connect() call. |
$errstr |
string |
null, | The error message as a string. |
$timeout |
float |
null | The connection timeout, in seconds. |
resource
fsockopen returns a file pointer which may be used together with the other file functions (such as fgets, fgetss, fwrite, fclose, and feof). If the call fails, it will return false
Oficiální dokumentace funkce fsockopen
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:
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
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | cs