PHP 8.3.4 Released!

所支持的套接字传输器列表

目录

以下是 PHP 内置用于基于流的套接字函数例如 fsockopen()stream_socket_client() 的各种 URL 风格的套接字传输器。这些传输器不适用Socket 扩展库

要得到自己的 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