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

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

socket

返回值

Return resource 或者在失敗時返回 false.

更新日志

版本 說明
8.0.0 現(xiàn)在 socketSocket 實例, 之前是 resource。