Elenco dei Trasporti Socket Supportati

Indice dei contenuti

Di seguito è riportato un elenco dei vari trasporti socket in stile URL che PHP ha integrati per l'uso con le funzioni socket basate sugli stream come fsockopen() e stream_socket_client(). Questi trasporti non si applicano alle Funzioni Socket dell'estensione Sockets.

Per un elenco dei trasporti installati nella tua versione di PHP usa stream_get_transports().

add a note

User Contributed Notes 1 note

up
0
alefinvest at outlook dot com
4 years ago
That was hard to fetch this page mentioned in note by other user long time ago. 
I intended to read Appendix P to find some code examples.
Wondering how to implement custom transport extension for php on our server tto be used with some nowadays technologies research.
https://www.php.net/manual/ru/function.stream-context-create.php#75211
To Top