PHP 8.3.4 Released!

socket_export_stream

(PHP 7 >= 7.0.7, PHP 8)

socket_export_streamExport a socket into a stream that encapsulates a socket

说明

socket_export_stream(Socket $socket): resource|false

警告

本函数还未编写文档,仅有参数列表。

参数

socket

返回值

Return resource 或者在失败时返回 false.

更新日志

版本 说明
8.0.0 现在 socketSocket 实例, 之前是 resource
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top