PHP 8.3.4 Released!

サポートされるソケットトランスポートのリスト

目次

以下は、PHP がビルトインで持っている fsockopen()stream_socket_client() のような ストリームに基づくソケットトランスポートとともに使用できる URL 形式のソケットトランスポートのリストです。 これらの転送は ソケット拡張には 適用されません

自分が使用している PHP のバージョンのトランスポートのリストを得るには stream_get_transports() を使用してください。

add a note

User Contributed Notes 1 note

up
3
alefinvest at outlook dot com
2 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