略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: EventUtil::getSocketFd

2024-05-05

EventUtil::getSocketFd

(PECL event >= 1.7.0)

EventUtil::getSocketFdReturns numeric file descriptor of a socket, or stream

说明

public static EventUtil::getSocketFd( mixed $socket ): int

Returns numeric file descriptor of a socket or stream specified by socket argument just like the Event extension does it internally for all methods accepting socket resource or stream.

参数

socket

Socket resource or stream.

返回值

Returns numeric file descriptor of a socket, or stream. EventUtil::getSocketFd() returns false in case if it is whether failed to recognize the type of the underlying file, or detected that the file descriptor associated with socket is not valid.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/eventutil.getsocketfd.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3