所支持的套接字传输器(Socket Transports)列表

目录

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

要得到自己的 PHP 版本中所安装的传输器列表,使用 stream_get_transports()

add a noteadd a note

User Contributed Notes 1 note

up
0
alefinvest at outlook dot com
10 months 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

备份地址:http://www.lvesu.com/blog/php/transports.php