EventUtil::getSocketFd
(PECL event >= 1.7.0)
EventUtil::getSocketFd — Returns numeric file descriptor of a socket, or stream
Description
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.
Parameters
-
socket
-
Socket resource or stream.
Return Values
Returns TRUE
on success. Otherwise FALSE
.
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.
- Функция EventUtil::__construct() - The abstract constructor
- Функция EventUtil::getLastSocketErrno() - Returns the most recent socket error number
- Функция EventUtil::getLastSocketError() - Returns the most recent socket error
- Функция EventUtil::getSocketFd() - Returns numeric file descriptor of a socket, or stream
- EventUtil::getSocketName
- Функция EventUtil::setSocketOption() - Sets socket options
- Функция EventUtil::sslRandPoll() - Generates entropy by means of OpenSSL's RAND_poll()
Коментарии
404 Not Found